Skip to content

Commit

Permalink
🐛 Closes editor when saved locally
Browse files Browse the repository at this point in the history
  • Loading branch information
Lissy93 committed Nov 6, 2021
1 parent da929d0 commit 6863121
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/InteractiveEditor/EditModeSaveMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ export default {
}
InfoHandler('Config has succesfully been saved in browser storage', 'Config Update');
this.showToast(this.$t('config-editor.success-msg-local'), true);
this.$store.commit(StoreKeys.SET_EDIT_MODE, false);
},
writeToDisk() {
// 1. Convert JSON into YAML
Expand Down

0 comments on commit 6863121

Please sign in to comment.