Skip to content

Commit 0c4bc9d

Browse files
latest package upgradation
1 parent 5e045f6 commit 0c4bc9d

File tree

3 files changed

+2184
-2174
lines changed

3 files changed

+2184
-2174
lines changed

frontend/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
"eslint-plugin-react": "^7.33.2",
2727
"neo4j-driver": "^5.14.0",
2828
"re-resizable": "^6.9.16",
29-
"react": "^18.2.0",
30-
"react-dom": "^18.2.0",
29+
"react": "^18.3.1",
30+
"react-dom": "^18.3.1",
3131
"react-markdown": "^9.0.1",
3232
"react-router": "^6.23.1",
3333
"react-router-dom": "^6.23.1",

frontend/src/components/FileTable.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -628,7 +628,7 @@ const FileTable: React.FC<FileTableProps> = ({ isExpanded, connectionStatus, set
628628

629629
const handleChange = (e: React.ChangeEvent<HTMLInputElement>) => {
630630
table.getColumn('status')?.setFilterValue(e.target.checked);
631-
if (!table.getCanNextPage() || table.getRowCount()) {
631+
if (!table.getCanNextPage() || table.getPrePaginationRowModel().rows.length) {
632632
table.setPageIndex(0);
633633
}
634634
};

0 commit comments

Comments
 (0)