فهرست منبع

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

procfile process select hotfix
sunguroku 4 سال پیش
والد
کامیت
3ce073ea38
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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 (
     // select dockerfile or buildpack build context
-    (!props.dockerfilePath && !props.folderPath) ||
+    (!props.dockerfilePath && !props.folderPath && !props.procfileProcess) ||
     // select procfile process
     (props.procfilePath &&
       props.folderPath &&