Merge branch 'master' into UC-161

This commit is contained in:
frontgavrilin
2022-12-13 18:50:22 +03:00
committed by GitHub
9 changed files with 133 additions and 84 deletions

View File

@@ -354,7 +354,7 @@ export default {
},
async deleteClient() {
await fetchWrapper.del(`general/person/${this.client.id}/delete/`);
this.addSuccessNotification("Клиент Успешно удален", "");
this.addSuccessNotification("Клиент успешно удален", "");
this.handleUnFocusPopup();
},
addSuccessNotification(title, message) {