Fix stories name

This commit is contained in:
Krzysztof Bialoglowicz 2019-10-17 16:00:57 +02:00
parent 712d776120
commit 844931cd6b

View file

@ -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", () => (