Skip to content

Commit 70e8bc0

Browse files
committed
Update CreateManagedControlPlaneWizardContainer.tsx
1 parent 6653985 commit 70e8bc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Wizards/CreateManagedControlPlane/CreateManagedControlPlaneWizardContainer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ export const CreateManagedControlPlaneWizardContainer: FC<CreateManagedControlPl
409409
const labels = (initialData?.metadata?.labels as unknown as Record<string, string>) ?? {};
410410
const annotations = (initialData?.metadata?.annotations as unknown as Record<string, string>) ?? {};
411411
const data = {
412-
name: initialData?.metadata.name ?? '',
412+
name: initialData?.metadata?.name ?? '',
413413
displayName: annotations?.[DISPLAY_NAME_ANNOTATION] ?? '',
414414
chargingTarget: labels?.[CHARGING_TARGET_LABEL] ?? '',
415415
chargingTargetType: labels?.[CHARGING_TARGET_TYPE_LABEL] ?? '',

0 commit comments

Comments
 (0)