diff --git a/src/pages/Admin/Apps/Deploy/index.jsx b/src/pages/Admin/Apps/Deploy/index.jsx index c598a448..96dfd173 100644 --- a/src/pages/Admin/Apps/Deploy/index.jsx +++ b/src/pages/Admin/Apps/Deploy/index.jsx @@ -98,6 +98,7 @@ export default class AppDeploy extends Component { changeVersion, changeSubnet } = appDeployStore; + const btnDisabled = isLoading || !configBasics.length || !runtimes.length; return (