Skip to content

Commit e7f07be

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/select/select.stories.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ storiesOf("Select", module).addDecorator(
4444
}))
4545
.add("Light", () => ({
4646
template: `
47-
<ibm-select [theme]="'light'">
47+
<ibm-select theme="light">
4848
<option value="" disabled selected hidden>Choose an option</option>
4949
<option value="solong">A much longer option that is worth having around to check how text flows</option>
5050
<optgroup label="Category 1">

0 commit comments

Comments
 (0)