Browse Source

update story to show icon

pull/6575/head
Erwin-N 2 weeks ago
committed by Thomas Kaul
parent
commit
42cee9863f
  1. 2
      libs/ui/src/lib/value/value.component.stories.ts

2
libs/ui/src/lib/value/value.component.stories.ts

@ -53,7 +53,7 @@ export const IsinWithLabel: Story = {
},
render: (args) => ({
props: args,
template: `<gf-value [locale]="locale" [size]="size" [value]="value">ISIN</gf-value>`
template: `<gf-value [enableCopyToClipboardButton]="enableCopyToClipboardButton" [locale]="locale" [size]="size" [value]="value">ISIN</gf-value>`
}),
name: 'With Label and Copy'
};

Loading…
Cancel
Save