Skip to content

Commit

Permalink
FIO-8638 fixed saving components after changing form display (#1084)
Browse files Browse the repository at this point in the history
  • Loading branch information
HannaKurban authored Jul 10, 2024
1 parent ca0bc36 commit 9c1df1a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions projects/angular-formio/manager/src/edit/edit.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ export class FormManagerEditComponent implements AfterViewInit {
this.form = _.cloneDeep(this.builder.formio.schema);
this.form.title = this.formTitle.nativeElement.value.trim();
this.form.display = this.formType.nativeElement.value;
this.form.components = _.cloneDeep(this.builder.form.components);

if (this.config.tag) {
this.form.tags = this.form.tags || [];
Expand Down

0 comments on commit 9c1df1a

Please sign in to comment.