File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
src/components/Wizards/CreateManagedControlPlane Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -90,7 +90,6 @@ export const CreateManagedControlPlaneWizardContainer: FC<CreateManagedControlPl
9090 const { t } = useTranslation ( ) ;
9191 const { user } = useAuthOnboarding ( ) ;
9292 const errorDialogRef = useRef < ErrorDialogHandle > ( null ) ;
93- console . log ( initialData ) ;
9493 const [ selectedStep , setSelectedStep ] = useState < WizardStepType > ( initialSection ?? 'metadata' ) ;
9594 const [ metadataFormKey , setMetadataFormKey ] = useState ( 0 ) ;
9695
@@ -219,8 +218,6 @@ export const CreateManagedControlPlaneWizardContainer: FC<CreateManagedControlPl
219218 isOnMcpPage ,
220219 ) ;
221220 const componentsList = watch ( 'componentsList' ) ;
222- console . log ( 'componentsList' ) ;
223- console . log ( componentsList ) ;
224221 const hasMissingComponentVersions = useMemo ( ( ) => {
225222 const list = ( componentsList ?? [ ] ) as ComponentsListItem [ ] ;
226223 return list . some ( ( { isSelected, selectedVersion } ) => isSelected && ! selectedVersion ) ;
You can’t perform that action at this time.
0 commit comments