Преглед изворни кода

Added set dirty on change of cluster name

jnfrati пре 5 година
родитељ
комит
7a8a6a5e43
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      dashboard/src/main/home/provisioner/AWSFormSection.tsx

+ 1 - 0
dashboard/src/main/home/provisioner/AWSFormSection.tsx

@@ -307,6 +307,7 @@ const AWSFormSectionFC: React.FC<PropsType> = (props) => {
           type="text"
           type="text"
           value={clusterName}
           value={clusterName}
           setValue={(x: string) => {
           setValue={(x: string) => {
+            setIsFormDirty(true);
             setClusterName(x);
             setClusterName(x);
             setClusterNameSet(true);
             setClusterNameSet(true);
           }}
           }}