Procházet zdrojové kódy

Merge pull request #1351 from porter-dev/procfile-hotfix

procfile process select hotfix
sunguroku před 4 roky
rodič
revize
3ce073ea38

+ 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 &&