From 267158fd5eff2ea9af627058bff5aa16edb52bbd Mon Sep 17 00:00:00 2001 From: jgyselov Date: Tue, 19 May 2026 11:42:10 +0200 Subject: [PATCH] Do not set Assisted Installer form values when control changes Signed-off-by: jgyselov --- .../components/assisted-installer/DetailsForm.tsx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/frontend/src/routes/Infrastructure/Clusters/ManagedClusters/CreateCluster/components/assisted-installer/DetailsForm.tsx b/frontend/src/routes/Infrastructure/Clusters/ManagedClusters/CreateCluster/components/assisted-installer/DetailsForm.tsx index 9c89cef4c76..2b7b5419557 100644 --- a/frontend/src/routes/Infrastructure/Clusters/ManagedClusters/CreateCluster/components/assisted-installer/DetailsForm.tsx +++ b/frontend/src/routes/Infrastructure/Clusters/ManagedClusters/CreateCluster/components/assisted-installer/DetailsForm.tsx @@ -167,10 +167,6 @@ const DetailsForm: React.FC = ({ control, handleChange, contro }, [control.disabled, formRef.current]) useEffect(() => { - if (formRef?.current && control.active && control.active !== formRef?.current?.values) { - formRef?.current?.setValues(control.active, true) - } - control.reverse = ( control: { active: FormControl['active']