Skip to content

Commit a61fc13

Browse files
committed
Added content to main slot
1 parent 91cd8d9 commit a61fc13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stories/Alert.stories.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
/>
1818

1919
<Template let:args>
20-
<Dialog.Alert {...args} on:chosen={args.onChosen} on:closed={args.onClosed}/>
20+
<Dialog.Alert {...args} on:chosen={args.onChosen} on:closed={args.onClosed}>Main slot here</Dialog.Alert>
2121
</Template>
2222

2323
<Story

0 commit comments

Comments
 (0)