mirror of
https://github.com/owncast/owncast.git
synced 2024-11-22 21:03:19 +03:00
Fix story using the wrong prop name
This commit is contained in:
parent
1d248a144b
commit
9317efc253
1 changed files with 2 additions and 2 deletions
|
@ -33,7 +33,7 @@ const Template: ComponentStory<typeof NotifyReminderPopup> = args => <Example {.
|
|||
|
||||
export const Active = Template.bind({});
|
||||
Active.args = {
|
||||
visible: true,
|
||||
open: true,
|
||||
notificationClicked: () => {
|
||||
alert('notification clicked');
|
||||
},
|
||||
|
@ -44,5 +44,5 @@ Active.args = {
|
|||
|
||||
export const InActive = Template.bind({});
|
||||
InActive.args = {
|
||||
visible: false,
|
||||
open: false,
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue