From 983ca68b4e8d8f0e8cf58707396cd19e736cf67c Mon Sep 17 00:00:00 2001 From: "philip.cline" Date: Thu, 4 Jan 2024 15:50:22 -0500 Subject: [PATCH] refactor(CustomConfig): update placheolder for raw input --- lib/manager/components/deployment/CustomConfig.js | 2 +- lib/manager/components/deployment/CustomFileEditor.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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