Fixed disabled Assign Policy button for multiple group selection (#1984)
This commit is contained in:
@@ -239,7 +239,7 @@ const Groups = ({ classes, setErrorSnackMessage, history }: IGroupsProps) => {
|
||||
text={"Assign Policy"}
|
||||
icon={<IAMPoliciesIcon />}
|
||||
color="primary"
|
||||
disabled={checkedGroups.length !== 1}
|
||||
disabled={checkedGroups.length < 1}
|
||||
variant={"outlined"}
|
||||
/>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user