diff --git a/app-frontend/src/containers/Apps/AppConfigs.tsx b/app-frontend/src/containers/Apps/AppConfigs.tsx index fda953a..e363e20 100644 --- a/app-frontend/src/containers/Apps/AppConfigs.tsx +++ b/app-frontend/src/containers/Apps/AppConfigs.tsx @@ -354,31 +354,38 @@ export default class AppConfigs extends Component< - {/*
-
- + -
- -
- -
-
- - */} + { + const newApiData = Utils.copyObject(this.props.apiData); + newApiData.appDefinition.preDeployFunction = e.target.value; + this.props.updateApiData(newApiData); + }} + /> + ); }