Fix storybook names

This commit is contained in:
Krzysztof Bialoglowicz 2019-10-17 15:52:30 +02:00
parent 57a3ed88ae
commit 1ec53b49b5
2 changed files with 2 additions and 2 deletions

View file

@ -14,7 +14,7 @@ const props: WebhookCreatePageProps = {
saveButtonBarState: "default",
services: []
};
storiesOf("Views / Webhook / Create webhook", module)
storiesOf("Views / Webhooks / Create webhook", module)
.addDecorator(Decorator)
.add("default", () => <WebhookCreatePage {...props} />)
.add("loading", () => <WebhookCreatePage {...props} disabled={true} />)

View file

@ -18,7 +18,7 @@ const props: WebhooksDetailsPageProps = {
services: [],
webhook: null
};
storiesOf("Views / Webhook / Webhook details", module)
storiesOf("Views / Webhooks / Webhook details", module)
.addDecorator(Decorator)
.add("default", () => <WebhooksDetailsPage {...props} />)
.add("loading", () => (