Skip to content

Commit

Permalink
feat: save button is available in the module configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
anywie authored and 1mrekq committed Dec 25, 2023
1 parent fe4bcf9 commit 41ab32f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export class NcformWrapperComponent implements OnInit, OnChanges {
return;
}

if (schema && !compareObjects(this.app.$data.schema, this.schema)) {
if (schema) {
this.app.$data.schema = this.schema;
}

Expand Down

0 comments on commit 41ab32f

Please sign in to comment.