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 974c077 commit fe84784Copy full SHA for fe84784
src/components/FilesTable/index.tsx
@@ -150,7 +150,7 @@ const FilesTable: Component = () => {
150
const virtualItems = rowVirtualizer.getVirtualItems();
151
if (
152
last<any>(virtualItems)?.index >= table.getRowModel().rows.length &&
153
- table.getRowModel().rows.length < files()?.metadata.total_count!
+ table.getRowModel().rows.length < files()?.metadata.total_count
154
) {
155
void refetch();
156
}
0 commit comments