Confirmation dialogs #140

Merged
floatingghost merged 23 commits from confirmation-dialogs into develop 2022-08-26 11:58:34 +00:00
1 changed files with 2 additions and 0 deletions
Showing only changes of commit d84212baa8 - Show all commits

View File

@ -97,6 +97,7 @@ const Notification = {
notification.type = 'follow'
}
})
this.hideApproveConfirmDialog()
},
denyUser () {
if (this.shouldConfirmDeny) {
@ -111,6 +112,7 @@ const Notification = {
this.$store.dispatch('dismissNotificationLocal', { id: this.notification.id })
this.$store.dispatch('removeFollowRequest', this.user)
})
this.hideDenyConfirmDialog()
}
},
computed: {