Skip to content

Commit 39b9e7a

Browse files
fix: open modal by default
Signed-off-by: Augustin Mauroy <97875033+AugustinMauroy@users.noreply.github.com>
1 parent 3cf2104 commit 39b9e7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ui-components/Common/Modal/index.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ type Meta = MetaObj<typeof Modal>;
77

88
export const Default: Story = {
99
args: {
10-
open: false,
10+
open: true,
1111
heading: 'Node.js Versions Information',
1212
subheading: 'Get all information about Node.js versions and their changes.',
1313
children: (

0 commit comments

Comments
 (0)