Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
romgrk committed Feb 27, 2024
1 parent ed42683 commit 2f5b830
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ const GridCellCheckboxForwardRef = React.forwardRef<HTMLInputElement, GridRender
element.tabIndex = -1;
}
}
}, [apiRef, tabIndex]);
}, [apiRef, tabIndex, id, field]);

React.useEffect(() => {
if (hasFocus) {
Expand Down

0 comments on commit 2f5b830

Please sign in to comment.