diff --git a/webapp/components/generic/SearchableInput/SearchableInput.story.js b/webapp/components/generic/SearchableInput/SearchableInput.story.js index 2c51fabbf..0b4a2234c 100644 --- a/webapp/components/generic/SearchableInput/SearchableInput.story.js +++ b/webapp/components/generic/SearchableInput/SearchableInput.story.js @@ -112,7 +112,7 @@ export const searchResults = [ }, ] -storiesOf('Search Field', module) +storiesOf('SearchableInput', module) .addDecorator(withA11y) .addDecorator(helpers.layout) .add('test', () => ({ @@ -122,6 +122,6 @@ storiesOf('Search Field', module) searchResults, }), template: ` - + `, }))