Explorar el Código

procfile process select hotfix

sunguroku hace 4 años
padre
commit
dab5b99946
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      dashboard/src/components/repo-selector/ActionConfEditor.tsx

+ 1 - 1
dashboard/src/components/repo-selector/ActionConfEditor.tsx

@@ -69,7 +69,7 @@ const ActionConfEditor: React.FC<Props> = (props) => {
     );
     );
   } else if (
   } else if (
     // select dockerfile or buildpack build context
     // select dockerfile or buildpack build context
-    (!props.dockerfilePath && !props.folderPath) ||
+    (!props.dockerfilePath && !props.folderPath && !props.procfileProcess) ||
     // select procfile process
     // select procfile process
     (props.procfilePath &&
     (props.procfilePath &&
       props.folderPath &&
       props.folderPath &&