From 4ca4fd9ae7a5b61e49b900f8ae26bd6959783478 Mon Sep 17 00:00:00 2001 From: Sabe Jones Date: Thu, 21 Nov 2019 16:16:28 -0600 Subject: [PATCH] fix(teams): allow dismissal of taks approval requests --- website/client/src/components/header/notificationsDropdown.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/client/src/components/header/notificationsDropdown.vue b/website/client/src/components/header/notificationsDropdown.vue index c55d344242..cc5076fc08 100644 --- a/website/client/src/components/header/notificationsDropdown.vue +++ b/website/client/src/components/header/notificationsDropdown.vue @@ -169,7 +169,7 @@ export default { openStatus: undefined, actionableNotifications: [ 'GUILD_INVITATION', 'PARTY_INVITATION', 'CHALLENGE_INVITATION', - 'QUEST_INVITATION', 'GROUP_TASK_NEEDS_WORK', 'GROUP_TASK_APPROVAL', + 'QUEST_INVITATION', 'GROUP_TASK_NEEDS_WORK', ], // A list of notifications handled by this component, // listed in the order they should appear in the notifications panel.