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