Skip to content

Commit

Permalink
feat: add unselectAll imperative method
Browse files Browse the repository at this point in the history
  • Loading branch information
mguellsegarra committed Jan 10, 2024
1 parent 219eb4d commit d2f4cb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stories/Table.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ export const HeavyTable = (): React.ReactElement => {
tableRef.current?.unselectAll();
}}
>
Unselect all
Unselect all registers
</Button>
<Table
ref={tableRef}
Expand Down

0 comments on commit d2f4cb8

Please sign in to comment.