mirror of https://github.com/Lissy93/dashy.git
Fixed typo in Saved dialog, Re #7
This commit is contained in:
parent
9a573d8ac7
commit
4104dd119f
|
@ -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');
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue