Merge branch 'fix'
This commit is contained in:
@@ -179,7 +179,7 @@ class TemplateStyleFieldView extends TextFieldView {
|
||||
fetch() {
|
||||
const data = {};
|
||||
|
||||
data[this.name] = this.editor.getValue();
|
||||
data[this.name] = this.editor.getValue() || null;
|
||||
|
||||
return data;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user