Skip to content

Commit b63b121

Browse files
committed
Update CreateManagedControlPlaneWizardContainer.tsx
1 parent b9cf6b4 commit b63b121

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/Wizards/CreateManagedControlPlane/CreateManagedControlPlaneWizardContainer.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,6 @@ export const CreateManagedControlPlaneWizardContainer: FC<CreateManagedControlPl
423423
};
424424
reset(data);
425425
setInitialMcpDataWhenInEditMode(data);
426-
// summarize step now uses current form values
427426
// eslint-disable-next-line react-hooks/exhaustive-deps
428427
}, [isOpen, isEditMode, isDuplicateMode]);
429428
const normalizeMemberKind = useCallback((kindInput?: string | null) => {

0 commit comments

Comments
 (0)