Merge pull request #5761 from pratu16x7/webform-fixes
[fix][remove] webform section-body for alignment
This commit is contained in:
commit
fa38309192
1 changed files with 3 additions and 0 deletions
|
|
@ -63,6 +63,9 @@ export default class WebForm {
|
|||
});
|
||||
|
||||
this.fieldGroup.make();
|
||||
|
||||
this.wrapper.find(".form-column").unwrap(".section-body");
|
||||
|
||||
if(doc) {
|
||||
this.fieldGroup.set_values(doc);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue