Merge branch 'master' into UC-161
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user