Skip to content

Commit

Permalink
Update App.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
16adianay committed Dec 15, 2023
1 parent 9870989 commit c7ec412
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion React/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ function App(): JSX.Element {

const onChangesChange = useCallback((changes: DataChange[]): void => {
setChanges(changes);
}, [validateVisibleRows]);
}, []);

return (
<div className="demo-container">
Expand Down

0 comments on commit c7ec412

Please sign in to comment.