diff --git a/www/src/components/Table/Grid.tsx b/www/src/components/Table/Grid.tsx index bdb38561..b6d2af93 100644 --- a/www/src/components/Table/Grid.tsx +++ b/www/src/components/Table/Grid.tsx @@ -14,7 +14,6 @@ const Grid = (props: any) => { columns, RowRenderer, handleRowGetter, - tableHeight, onGridRowsUpdated, rows, diff --git a/www/src/components/Table/index.tsx b/www/src/components/Table/index.tsx index 1931ef08..589eb970 100644 --- a/www/src/components/Table/index.tsx +++ b/www/src/components/Table/index.tsx @@ -221,7 +221,7 @@ function Table(props: Props) { return (