Skip to content

Commit

Permalink
small fix to always save layout
Browse files Browse the repository at this point in the history
  • Loading branch information
davetcc committed Nov 23, 2023
1 parent cd7e239 commit 284744b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ public void onSaveLayout(ActionEvent actionEvent) {
}

public void onMenuChangeButton(ActionEvent actionEvent) {
onSaveLayout(null);
var formProperties = new FormEditorPropertiesPresentable(itemStore, this, navMgr);
navMgr.pushNavigation(formProperties);
}
Expand Down

0 comments on commit 284744b

Please sign in to comment.