Skip to content

Commit c6b6111

Browse files
committed
docs(storybook): map .value correctly for uui-color-swatches
1 parent 0c18bdc commit c6b6111

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/uui-color-swatches/lib/uui-color-swatches.story.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ type Story = StoryObj<UUIColorSwatchesElement>;
7777

7878
const Template: Story = {
7979
render: (args: any) => html`
80-
<uui-color-swatches ?value=${args.value} label="my color pallette">
80+
<uui-color-swatches .value=${args.value} label="my color pallette">
8181
${repeat(args.swatchesColor, (swatch: any) => {
8282
const label = typeof swatch === 'string' ? swatch : swatch.label;
8383
const value = typeof swatch === 'string' ? swatch : swatch.value;

0 commit comments

Comments
 (0)