mirror of
https://github.com/BrenBroZAYT/dashy.git
synced 2026-06-16 16:20:03 +00:00
Fixed typo in Saved dialog, Re #7
This commit is contained in:
@@ -38,7 +38,7 @@ export default {
|
|||||||
methods: {
|
methods: {
|
||||||
save() {
|
save() {
|
||||||
localStorage.setItem(localStorageKeys.CONF_SECTIONS, JSON.stringify(this.jsonData));
|
localStorage.setItem(localStorageKeys.CONF_SECTIONS, JSON.stringify(this.jsonData));
|
||||||
this.$toasted.show('Changes seved succesfully');
|
this.$toasted.show('Changes saved succesfully');
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user