Skip to content

Commit a6597f9

Browse files
Update src/dropdown/dropdown.stories.ts
Co-Authored-By: panpan-lin <[email protected]>
1 parent 7901766 commit a6597f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dropdown/dropdown.stories.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ storiesOf("Dropdown", module)
4444
.add("Light", () => ({
4545
template: `
4646
<ibm-dropdown
47-
[theme]="'light'"
47+
theme="light"
4848
placeholder="Select"
4949
[disabled]="disabled"
5050
(selected)="selected($event)"

0 commit comments

Comments
 (0)