Skip to content

Commit d4fff31

Browse files
committed
Added argType for baseUrl
1 parent 20c3cdd commit d4fff31

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

stories/DiagramsEmbed.stories.tsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ const meta: Meta<typeof DrawIoEmbed> = {
2020
}
2121
},
2222
argTypes: {
23+
baseUrl: { control: 'text' },
2324
onLoad: { action: 'onLoad' },
2425
onAutoSave: { action: 'onAutoSave' },
2526
onSave: { action: 'onSave' },
@@ -434,6 +435,6 @@ export const OtherLanguage: Story = {
434435
args: {
435436
urlParameters: {
436437
lang: 'nl'
437-
},
438+
}
438439
}
439-
};
440+
};

0 commit comments

Comments
 (0)