Auto close confirm dialog after approve/deny

このコミットが含まれているのは:
Tusooa Zhu 2022-06-10 15:55:31 -04:00 committed by tusooa
コミット 1856eeda40
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID: 7B467EDE43A08224
1個のファイルの変更2行の追加0行の削除

ファイルの表示

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