Fix stories name
This commit is contained in:
parent
712d776120
commit
844931cd6b
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ const props: WebhooksListPageProps = {
|
||||||
webhooks: webhookList
|
webhooks: webhookList
|
||||||
};
|
};
|
||||||
|
|
||||||
storiesOf("Views / Webhook / Webhook list", module)
|
storiesOf("Views / Webhooks / Webhook list", module)
|
||||||
.addDecorator(Decorator)
|
.addDecorator(Decorator)
|
||||||
.add("default", () => <WebhooksListPage {...props} />)
|
.add("default", () => <WebhooksListPage {...props} />)
|
||||||
.add("loading", () => (
|
.add("loading", () => (
|
||||||
|
|
Loading…
Reference in a new issue