Skip to content

Commit

Permalink
chore: remove boxref
Browse files Browse the repository at this point in the history
  • Loading branch information
tewarig committed Feb 5, 2025
1 parent 42ebeaf commit 65d1ef9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1204,7 +1204,7 @@ describe('<Table />', () => {
// eslint-disable-next-line @typescript-eslint/no-unused-vars
const [apiData, _] = useState({ nodes: nodes.slice(0, 10) });
return (
<Box ref={boxRef}>
<Box>
<Table
data={apiData}
onSelectionChange={console.log}
Expand Down

0 comments on commit 65d1ef9

Please sign in to comment.