Skip to content

Commit

Permalink
fix(space): story boolean
Browse files Browse the repository at this point in the history
  • Loading branch information
msyavuz committed Jan 3, 2025
1 parent 1512e08 commit 3a61598
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset-frontend/src/components/Space/Space.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export const InteractiveSpace = (args: SpaceProps) => (
InteractiveSpace.args = {
direction: 'horizontal',
size: 'small',
wrap: 'false',
wrap: false,
};

InteractiveSpace.argTypes = {
Expand Down

0 comments on commit 3a61598

Please sign in to comment.