Web: Fixed GroupButtonsMenu base story

This commit is contained in:
Ilya Oleshko 2019-07-09 11:05:44 +03:00
parent 9e84b9f83e
commit 935abeb2c0

View File

@ -19,9 +19,9 @@ const createItems = (label, dropDownLabel, menuItemLabel, count) => {
isSeparator: true, isSeparator: true,
fontWeight: 'bold', fontWeight: 'bold',
children: [ children: [
<DropDownItem label={dropDownLabel}/>, <DropDownItem key='1' label={dropDownLabel}/>,
<DropDownItem label={dropDownLabel}/>, <DropDownItem key='2' label={dropDownLabel}/>,
<DropDownItem label={dropDownLabel}/> <DropDownItem key='3' label={dropDownLabel}/>
] ]
} }
]; ];