Skip to content

Commit 34cec96

Browse files
committed
fix storybook example for no palette
1 parent ec383ed commit 34cec96

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/components/ColorField/ColorField.stories.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ export const NoPalettePresets = Template.bind({});
2727
NoPalettePresets.args = {
2828
...Default.args,
2929
allowCustomColor: true,
30+
colorPresets: [],
3031
};
3132

3233
type TemplateColorHashProps = { stringForColorHashValue: string } & Pick<

0 commit comments

Comments
 (0)