Работа над профилями

This commit is contained in:
Book Pauk
2019-03-17 16:05:38 +07:00
parent d4515bd643
commit 02e6f392b4
2 changed files with 64 additions and 5 deletions

View File

@@ -128,7 +128,7 @@ class ServerStorage extends Vue {
if (!this.profiles[this.currentProfile]) {
this.commit('reader/setCurrentProfile', '');
}
this.warning('Не удалось отправить данные на сервер');
this.error('Не удалось отправить данные на сервер');
} else {
this.oldProfiles = this.profiles;
this.commit('reader/setProfilesRev', this.profilesRev + 1);