Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
RafaelGB committed Jun 17, 2022
1 parent f286ff1 commit 9415264
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/index/Database.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export function Database(tableProps: TableDataType) {

useEffect(() => {
dataDispatch({ type: ActionTypes.ENABLE_RESET });
}, [state.view.row, state.columns]);
}, [state.view.rows, state.columns]);

return (
<>
Expand Down

0 comments on commit 9415264

Please sign in to comment.