Changed from modal to screen for Add Group link on empty Groups screen (#1905)
This commit is contained in:
@@ -315,8 +315,7 @@ const Groups = ({ classes, setErrorSnackMessage, history }: IGroupsProps) => {
|
||||
To get started,{" "}
|
||||
<AButton
|
||||
onClick={() => {
|
||||
setSelectedGroup(null);
|
||||
setGroupOpen(true);
|
||||
history.push(`${IAM_PAGES.GROUPS_ADD}`);
|
||||
}}
|
||||
>
|
||||
Create a Group
|
||||
|
||||
Reference in New Issue
Block a user