Parcourir la source

fix minor bug

Ivan Galakhov il y a 4 ans
Parent
commit
d9f7319390
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  1. 3 0
      dashboard/src/components/repo-selector/ActionConfEditor.tsx

+ 3 - 0
dashboard/src/components/repo-selector/ActionConfEditor.tsx

@@ -59,6 +59,9 @@ const ActionConfEditor: React.FC<Props> = (props) => {
       props.dockerfilePath ||
       props.folderPath
     ) {
+      setAutoBuildpack({
+        valid: false,
+      });
       return;
     }
     api