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