We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21c0cf5 commit c82698eCopy full SHA for c82698e
web/src/components/table/index.tsx
@@ -24,7 +24,7 @@ export interface Options<T> {
24
export function Table<T>({ loading, content, columns, size, variant }: Options<T>) {
25
return (
26
<TableContainer>
27
- <ChakraUiTable minHeight="520px" size={size} variant={variant}>
+ <ChakraUiTable size={size} variant={variant}>
28
<Thead>
29
<Tr>
30
{columns.map(({ title: name, property, options }, index) => (
0 commit comments