mirror of https://github.com/Lissy93/dashy.git
🐛 Closes editor when saved locally
This commit is contained in:
parent
da929d0980
commit
6863121916
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue