Fix page break in forms #854

pull/1/head
yflory 3 years ago
parent b7c970045d
commit 10733f2973

@ -3370,7 +3370,7 @@ define([
if (!model) { return; } if (!model) { return; }
content.form[_uid] = { content.form[_uid] = {
//q: Messages.form_default, //q: Messages.form_default,
opts: Util.clone(model.defaultOpts), opts: model.defaultOpts ? Util.clone(model.defaultOpts) : undefined,
type: type, type: type,
}; };
if (full || inSection) { if (full || inSection) {

Loading…
Cancel
Save