File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 11import { storiesOf , moduleMetadata } from "@storybook/angular" ;
2- import { withKnobs , boolean , number } from "@storybook/addon-knobs/angular " ;
2+ import { withKnobs , boolean , number } from "@storybook/addon-knobs" ;
33
44import { DialogModule } from "../../" ;
55
@@ -60,7 +60,8 @@ storiesOf("Overflow Menu", module)
6060 . add ( "Dynamic" , ( ) => ( {
6161 template : `
6262 <span>
63- Dynamic <code style="font-family: monospace;">OverflowMenu</code>, using the <code style="font-family: monospace;">optionCount</code> knob <br/>
63+ Dynamic <code style="font-family: monospace;">OverflowMenu</code>,
64+ using the <code style="font-family: monospace;">optionCount</code> knob <br/>
6465 to change the number of menu options
6566 </span>
6667 <ibm-overflow-menu>
You can’t perform that action at this time.
0 commit comments