- fixed bug with editor field and placeholder value;

This commit is contained in:
Vitalii Kiiko
2024-10-04 12:58:04 +02:00
parent 7804a67fd2
commit c687bec8d5
2 changed files with 13 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ const Wysiwyg = ({
defaultValue,
config = {},
infoText = null,
placeholder={placeholder},
placeholder = '',
disabled = false
}) => {