mirror of
https://github.com/espocrm/espocrm.git
synced 2026-03-03 02:27:01 +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