diff --git a/portal-ui/src/screens/Console/Groups/Groups.tsx b/portal-ui/src/screens/Console/Groups/Groups.tsx index be9e659a1..1a0704389 100644 --- a/portal-ui/src/screens/Console/Groups/Groups.tsx +++ b/portal-ui/src/screens/Console/Groups/Groups.tsx @@ -239,7 +239,7 @@ const Groups = ({ classes, setErrorSnackMessage, history }: IGroupsProps) => { text={"Assign Policy"} icon={} color="primary" - disabled={checkedGroups.length !== 1} + disabled={checkedGroups.length < 1} variant={"outlined"} />