Skip to content
This repository was archived by the owner on Jul 28, 2025. It is now read-only.

Commit 9415264

Browse files
committed
typo
1 parent f286ff1 commit 9415264

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/index/Database.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export function Database(tableProps: TableDataType) {
1212

1313
useEffect(() => {
1414
dataDispatch({ type: ActionTypes.ENABLE_RESET });
15-
}, [state.view.row, state.columns]);
15+
}, [state.view.rows, state.columns]);
1616

1717
return (
1818
<>

0 commit comments

Comments
 (0)