Fix object actions.
This commit is contained in:
parent
1f85145b67
commit
9a65f1577b
@ -63,7 +63,8 @@ function mapActionsToMenuItems(actions, currentUrlWithActions, id, objectData) {
|
||||
item.children = mapActionsToMenuItems(
|
||||
action.children,
|
||||
currentUrlWithActions,
|
||||
id
|
||||
id,
|
||||
objectData
|
||||
)
|
||||
}
|
||||
return item
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user