Skip to content

Commit 9df300b

Browse files
authored
Changed from modal to screen for Add Group link on empty Groups screen (#1905)
1 parent 870cef7 commit 9df300b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

portal-ui/src/screens/Console/Groups/Groups.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -315,8 +315,7 @@ const Groups = ({ classes, setErrorSnackMessage, history }: IGroupsProps) => {
315315
To get started,{" "}
316316
<AButton
317317
onClick={() => {
318-
setSelectedGroup(null);
319-
setGroupOpen(true);
318+
history.push(`${IAM_PAGES.GROUPS_ADD}`);
320319
}}
321320
>
322321
Create a Group

0 commit comments

Comments
 (0)