From 4581c262ca06704baaa3c0a172d509207f41f5c3 Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Sat, 21 May 2022 18:42:19 +0200 Subject: chore: complete Storybook stories --- src/components/molecules/nav/pagination.stories.tsx | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'src/components/molecules/nav/pagination.stories.tsx') diff --git a/src/components/molecules/nav/pagination.stories.tsx b/src/components/molecules/nav/pagination.stories.tsx index b31c2b5..2e86db4 100644 --- a/src/components/molecules/nav/pagination.stories.tsx +++ b/src/components/molecules/nav/pagination.stories.tsx @@ -1,5 +1,4 @@ import { ComponentMeta, ComponentStory } from '@storybook/react'; -import { IntlProvider } from 'react-intl'; import PaginationComponent from './pagination'; /** @@ -8,6 +7,10 @@ import PaginationComponent from './pagination'; export default { title: 'Molecules/Navigation/Pagination', component: PaginationComponent, + args: { + baseUrl: '/page/', + siblings: 1, + }, argTypes: { 'aria-label': { control: { @@ -95,13 +98,6 @@ export default { }, }, }, - decorators: [ - (Story) => ( - - - - ), - ], } as ComponentMeta; const Template: ComponentStory = (args) => ( -- cgit v1.2.3