diff --git a/src/components/notification/notification.js b/src/components/notification/notification.js index f26f6686..0507459c 100644 --- a/src/components/notification/notification.js +++ b/src/components/notification/notification.js @@ -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: {