Skip to content

Commit 2ba1688

Browse files
authored
docs(Dialog): fix "with content" story (#4836)
Fixes #4835
1 parent 38c192f commit 2ba1688

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/main/src/webComponents/Dialog/Dialog.stories.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ export const WithContent: Story = {
8181
<Dialog
8282
{...args}
8383
open={dialogIsOpen}
84+
onAfterClose={handleClose}
8485
header={
8586
<Bar endContent={<Icon name={settingsIcon} />}>
8687
<Title>Dialog</Title>

0 commit comments

Comments
 (0)