Skip to content

Commit 2c5e2b9

Browse files
Elliott Marquezcopybara-github
authored andcommitted
fix(demo): fix demos in internal catalog and fix some broken stories in catalog
PiperOrigin-RevId: 532269113
1 parent 2b111bd commit 2c5e2b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

textfield/demo/demo.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import {boolInput, Knob, numberInput, textInput} from './index.js';
1313
import {stories, StoryKnobs} from './stories.js';
1414

1515
const collection =
16-
new MaterialCollection<KnobTypesToKnobs<StoryKnobs>>('Texfield', [
16+
new MaterialCollection<KnobTypesToKnobs<StoryKnobs>>('Textfield', [
1717
new Knob('label', {ui: textInput(), defaultValue: 'Label'}),
1818
new Knob('disabled', {ui: boolInput(), defaultValue: false}),
1919
new Knob('required', {ui: boolInput(), defaultValue: false}),

0 commit comments

Comments
 (0)