Feroze Mohideen vor 2 Jahren
Ursprung
Commit
ef9531dbda

+ 1 - 1
dashboard/src/main/home/database-dashboard/forms/DatabaseFormElasticacheRedis.tsx

@@ -71,7 +71,7 @@ const DatabaseFormElasticacheRedis: React.FC<Props> = ({
       newStep = 1;
     }
     if (watchTier !== "unspecified") {
-      newStep = 2;
+      newStep = 3;
     }
     setCurrentStep(Math.max(newStep, currentStep));
   }, [watchName, watchTier]);

+ 1 - 1
dashboard/src/main/home/database-dashboard/forms/DatabaseFormRDSPostgres.tsx

@@ -70,7 +70,7 @@ const DatabaseFormRDSPostgres: React.FC<Props> = ({ history, template }) => {
       newStep = 1;
     }
     if (watchTier !== "unspecified") {
-      newStep = 2;
+      newStep = 3;
     }
     setCurrentStep(Math.max(newStep, currentStep));
   }, [watchName, watchTier]);