Explorar o código

Added set dirty on change of cluster name

jnfrati %!s(int64=4) %!d(string=hai) anos
pai
achega
7a8a6a5e43
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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"
           value={clusterName}
           setValue={(x: string) => {
+            setIsFormDirty(true);
             setClusterName(x);
             setClusterNameSet(true);
           }}