Changed from modal to screen for Add Group link on empty Groups screen (#1905)

This commit is contained in:
jinapurapu
2022-04-25 14:51:19 -07:00
committed by GitHub
parent 870cef7b65
commit 9df300b241

View File

@@ -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