fix(shared): Provide control to menu items to allow User Experience circles to be filled
This commit is contained in:
parent
adf83eda8c
commit
02bb16b131
1 changed files with 9 additions and 8 deletions
|
@ -223,6 +223,7 @@ export const MenuItemGroup = ({
|
||||||
t={t}
|
t={t}
|
||||||
changed={wasChanged(currentValues[itemName], item)}
|
changed={wasChanged(currentValues[itemName], item)}
|
||||||
design={design}
|
design={design}
|
||||||
|
control={control}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</div>,
|
</div>,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue