- fixed bug with editor field and placeholder value;
This commit is contained in:
@@ -13,7 +13,7 @@ const Wysiwyg = ({
|
||||
defaultValue,
|
||||
config = {},
|
||||
infoText = null,
|
||||
placeholder={placeholder},
|
||||
placeholder = '',
|
||||
disabled = false
|
||||
}) => {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user