mirror of
https://github.com/espocrm/espocrm.git
synced 2026-06-28 15:06:06 +00:00
pdf template style null 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