Skip to content

Commit

Permalink
fix(@clayui/localized-input): Add missing spritemap value for Localiz…
Browse files Browse the repository at this point in the history
…ed Input story
  • Loading branch information
kresimir-coko committed Apr 10, 2020
1 parent 0273c22 commit 5164f04
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/clay-localized-input/stories/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
*/

import '@clayui/css/lib/css/atlas.css';
const spritemap = require('@clayui/css/lib/images/icons/icons.svg');
import {storiesOf} from '@storybook/react';
import React from 'react';

Expand Down Expand Up @@ -51,6 +52,7 @@ storiesOf('Components|ClayLocalizedInput', module).add('default', () => {
onSelectedLocaleChange={setSelectedLocale}
onTranslationsChange={setTranslations}
selectedLocale={selectedLocale}
spritemap={spritemap}
translations={translations}
/>
<br />
Expand All @@ -64,6 +66,7 @@ storiesOf('Components|ClayLocalizedInput', module).add('default', () => {
prependContent={prepend}
resultFormatter={val => `https://liferay.com${prepend}${val}`}
selectedLocale={selectedLocale}
spritemap={spritemap}
translations={translations}
/>
</div>
Expand Down

0 comments on commit 5164f04

Please sign in to comment.