Răsfoiți Sursa

undo change

Ivan Galakhov 4 ani în urmă
părinte
comite
f74e420721
1 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  1. 2 2
      dashboard/src/main/home/launch/launch-flow/LaunchFlow.tsx

+ 2 - 2
dashboard/src/main/home/launch/launch-flow/LaunchFlow.tsx

@@ -37,7 +37,7 @@ type StateType = {
   imageTag: string;
   imageTag: string;
 
 
   actionConfig: ActionConfigType;
   actionConfig: ActionConfigType;
-  procfileProcess?: string;
+  procfileProcess: string;
   branch: string;
   branch: string;
   repoType: string;
   repoType: string;
   dockerfilePath: string | null;
   dockerfilePath: string | null;
@@ -69,7 +69,7 @@ class LaunchFlow extends Component<PropsType, StateType> {
     imageTag: "",
     imageTag: "",
 
 
     actionConfig: { ...defaultActionConfig },
     actionConfig: { ...defaultActionConfig },
-    procfileProcess: null as string | null,
+    procfileProcess: "",
     branch: "",
     branch: "",
     repoType: "",
     repoType: "",
     dockerfilePath: null as string | null,
     dockerfilePath: null as string | null,