From c687bec8d5fd9cb63fea9e9e1e4cd7f81042b469 Mon Sep 17 00:00:00 2001 From: Vitalii Kiiko Date: Fri, 4 Oct 2024 12:58:04 +0200 Subject: [PATCH] - fixed bug with editor field and placeholder value; --- .../FormField/components/Wysiwyg/index.js | 2 +- src/pages/BandoFlowEdit/index.js | 13 ++++++++++++- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/src/components/FormField/components/Wysiwyg/index.js b/src/components/FormField/components/Wysiwyg/index.js index b476e52..dcb793e 100644 --- a/src/components/FormField/components/Wysiwyg/index.js +++ b/src/components/FormField/components/Wysiwyg/index.js @@ -13,7 +13,7 @@ const Wysiwyg = ({ defaultValue, config = {}, infoText = null, - placeholder={placeholder}, + placeholder = '', disabled = false }) => { diff --git a/src/pages/BandoFlowEdit/index.js b/src/pages/BandoFlowEdit/index.js index 0cab200..f10d9e0 100644 --- a/src/pages/BandoFlowEdit/index.js +++ b/src/pages/BandoFlowEdit/index.js @@ -328,7 +328,18 @@ const BandoFlowEdit = () => { -
+
+
+
+