Skip to content

Commit

Permalink
Merge pull request #4394 from savindi7/fix-user-creation-wizard-group…
Browse files Browse the repository at this point in the history
…-issue

Fix the duplicated component issue in the user creation wizard's group step
  • Loading branch information
savindi7 authored Oct 27, 2023
2 parents 6a2b74b + a39f636 commit 0675d08
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/eight-news-cheat.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@wso2is/console": patch
---

Fix user creation wizard's group step issue
Original file line number Diff line number Diff line change
Expand Up @@ -1298,8 +1298,6 @@ export const AddUserWizard: FunctionComponent<AddUserWizardPropsInterface> = (
return getUserSelectionWizardStep()?.content;
case WizardStepsFormTypes.BASIC_DETAILS:
return resolveBasicDetailsStep()?.content;
case WizardStepsFormTypes.GROUP_LIST:
return getUserGroupsWizardStep()?.content;
case WizardStepsFormTypes.SUMMARY:
return getSummaryWizardStep()?.content;
case WizardStepsFormTypes.USER_SUMMARY:
Expand Down

0 comments on commit 0675d08

Please sign in to comment.