now
This commit is contained in:
parent
5ac65a2fc0
commit
4a739bcced
@ -358,10 +358,10 @@ export function ActionGroup(p: { actions: ActionInfo[], identifierSubstring?: st
|
|||||||
return <MenuItem
|
return <MenuItem
|
||||||
key={option.props.action.name}
|
key={option.props.action.name}
|
||||||
selected={index === selectedIndex}
|
selected={index === selectedIndex}
|
||||||
onClick={(event) => option.onClick(event)}
|
// onClick={(event) => handleMenuItemClick(event, index)}
|
||||||
disabled={!isUserAllowed(user, option.props.action)}
|
disabled={!isUserAllowed(user, option.props.action)}
|
||||||
>
|
>
|
||||||
{option.props.action.name}
|
{option}
|
||||||
</MenuItem>
|
</MenuItem>
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user