Skip to content

Commit 9327fce

Browse files
committed
Update CreateManagedControlPlaneWizardContainer.tsx
1 parent 85a772b commit 9327fce

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/components/Wizards/CreateManagedControlPlaneWizardContainer.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,7 @@ export const CreateManagedControlPlaneWizardContainer: FC<
298298
<MetadataForm register={register} errors={errors} />
299299
</WizardStep>
300300
<WizardStep
301+
icon={'user-edit'}
301302
titleText={t('common.members')}
302303
selected={selectedStep === 'members'}
303304
data-step="members"
@@ -317,6 +318,7 @@ export const CreateManagedControlPlaneWizardContainer: FC<
317318
</Form>
318319
</WizardStep>
319320
<WizardStep
321+
icon={'add-product'}
320322
titleText={t('common.componentSelection')}
321323
selected={selectedStep === 'componentSelection'}
322324
data-step="componentSelection"

0 commit comments

Comments
 (0)