diff --git a/lib/manager/components/deployment/CustomConfig.js b/lib/manager/components/deployment/CustomConfig.js index a7c9903c0..84499c38e 100644 --- a/lib/manager/components/deployment/CustomConfig.js +++ b/lib/manager/components/deployment/CustomConfig.js @@ -152,7 +152,7 @@ export default class CustomConfig extends Component<{ this._onChangeConfig(e, CONFIG_OPTIONS.custom)} value={value} /> {!validJSON && Must provide valid JSON string.} diff --git a/lib/manager/components/deployment/CustomFileEditor.js b/lib/manager/components/deployment/CustomFileEditor.js index 9525a39fb..9a68a8244 100644 --- a/lib/manager/components/deployment/CustomFileEditor.js +++ b/lib/manager/components/deployment/CustomFileEditor.js @@ -282,7 +282,7 @@ export default class CustomFileEditor extends Component