diff --git a/src/constants/app.ts b/src/constants/app.ts index b27b0b8..4f51f6b 100644 --- a/src/constants/app.ts +++ b/src/constants/app.ts @@ -38,7 +38,7 @@ export interface NotificationIface { group: string; // "alert" | "modal" type: string; // "toast" | "info" | "success" | "warning" | "danger" title: string; - text: string; + text?: string; onCancel?: (stopAsking: boolean) => Promise; onNo?: (stopAsking: boolean) => Promise; onYes?: () => Promise; diff --git a/src/views/AccountViewView.vue b/src/views/AccountViewView.vue index 0c84f6e..e3b1b17 100644 --- a/src/views/AccountViewView.vue +++ b/src/views/AccountViewView.vue @@ -544,7 +544,11 @@
- +
diff --git a/src/views/ContactsView.vue b/src/views/ContactsView.vue index c63d3dd..d9f13e9 100644 --- a/src/views/ContactsView.vue +++ b/src/views/ContactsView.vue @@ -301,7 +301,7 @@