Skip to content

Commit b1811dd

Browse files
author
esuau
committed
fix(switch): #197 Add missing 'disabled' attribute
1 parent 372253f commit b1811dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/switch/switch.stories.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ storiesOf("Switch", module).addDecorator(
1212
.add("Basic", () => ({
1313
template: `
1414
<ibm-switch [disabled]="disabled"></ibm-switch>
15-
<ibm-switch [size]="'sm'"></ibm-switch>
15+
<ibm-switch [disabled]="disabled" [size]="'sm'"></ibm-switch>
1616
`,
1717
props: {
1818
disabled: boolean("disabled", false)

0 commit comments

Comments
 (0)