[react]: fix: Pass down state for toAbs()
This commit is contained in:
parent
87834e5ab2
commit
fe8e1853a7
1 changed files with 2 additions and 0 deletions
|
@ -36,6 +36,7 @@ export const MenuItem = ({
|
||||||
Input = () => {},
|
Input = () => {},
|
||||||
allowOverride = false,
|
allowOverride = false,
|
||||||
ux = 5,
|
ux = 5,
|
||||||
|
state,
|
||||||
docs,
|
docs,
|
||||||
config,
|
config,
|
||||||
Design,
|
Design,
|
||||||
|
@ -50,6 +51,7 @@ export const MenuItem = ({
|
||||||
name,
|
name,
|
||||||
config,
|
config,
|
||||||
ux,
|
ux,
|
||||||
|
state,
|
||||||
current,
|
current,
|
||||||
updateHandler,
|
updateHandler,
|
||||||
changed,
|
changed,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue