Skip to content

Commit

Permalink
Use other defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasMasuch committed Apr 3, 2024
1 parent de61af7 commit 41bb1c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/core/src/docs/examples/row-selections.stories.tsx
Expand Up @@ -59,8 +59,8 @@ export const RowSelections: React.FC<RowSelectionsProps> = p => {
(RowSelections as any).args = {
rowSelect: "single",
rowSelectionMode: "auto",
rowMarkersKind: "checkbox",
rowMarkersCheckboxStyle: "square",
rowMarkersKind: "checkbox-visible",
rowMarkersCheckboxStyle: "circle",
};
(RowSelections as any).argTypes = {
rowSelect: {
Expand Down

0 comments on commit 41bb1c6

Please sign in to comment.