Skip to content

Commit

Permalink
fix(demo): fix demos in internal catalog and fix some broken stories …
Browse files Browse the repository at this point in the history
…in catalog

PiperOrigin-RevId: 532269113
  • Loading branch information
Elliott Marquez authored and copybara-github committed May 15, 2023
1 parent 2b111bd commit 2c5e2b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion textfield/demo/demo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import {boolInput, Knob, numberInput, textInput} from './index.js';
import {stories, StoryKnobs} from './stories.js';

const collection =
new MaterialCollection<KnobTypesToKnobs<StoryKnobs>>('Texfield', [
new MaterialCollection<KnobTypesToKnobs<StoryKnobs>>('Textfield', [
new Knob('label', {ui: textInput(), defaultValue: 'Label'}),
new Knob('disabled', {ui: boolInput(), defaultValue: false}),
new Knob('required', {ui: boolInput(), defaultValue: false}),
Expand Down

0 comments on commit 2c5e2b9

Please sign in to comment.