diff options
Diffstat (limited to 'src/components/organisms/toolbar/search.stories.tsx')
| -rw-r--r-- | src/components/organisms/toolbar/search.stories.tsx | 10 | 
1 files changed, 3 insertions, 7 deletions
| diff --git a/src/components/organisms/toolbar/search.stories.tsx b/src/components/organisms/toolbar/search.stories.tsx index 0421c8c..c6063a0 100644 --- a/src/components/organisms/toolbar/search.stories.tsx +++ b/src/components/organisms/toolbar/search.stories.tsx @@ -9,6 +9,9 @@ import Search from './search';  export default {    title: 'Organisms/Toolbar/Search',    component: Search, +  args: { +    searchPage: '#', +  },    argTypes: {      className: {        control: { @@ -44,13 +47,6 @@ export default {        },      },    }, -  decorators: [ -    (Story) => ( -      <IntlProvider locale="en"> -        <Story /> -      </IntlProvider> -    ), -  ],  } as ComponentMeta<typeof Search>;  const Template: ComponentStory<typeof Search> = ({ | 
