Skip to content

Commit

Permalink
Fix navigation 'Save Changes' button state
Browse files Browse the repository at this point in the history
  • Loading branch information
duncanmcclean committed Oct 18, 2023
1 parent 99c3f33 commit dff8337
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/js/components/navigation/View.vue
Original file line number Diff line number Diff line change
Expand Up @@ -383,9 +383,9 @@ export default {
},
treeSaved(response) {
this.changed = false;
this.replaceGeneratedIds(response.data.generatedIds);
this.changed = false;
},
replaceGeneratedIds(ids) {
Expand Down

0 comments on commit dff8337

Please sign in to comment.