fix(teams): allow dismissal of approval requests, again

This commit is contained in:
Sabe Jones
2020-11-10 15:25:12 -06:00
parent 365f9c0aa7
commit a863e79214

View File

@@ -193,7 +193,7 @@ export default {
openStatus: undefined,
actionableNotifications: [
'GUILD_INVITATION', 'PARTY_INVITATION', 'CHALLENGE_INVITATION',
'QUEST_INVITATION', 'GROUP_TASK_APPROVAL', 'GROUP_TASK_APPROVED',
'QUEST_INVITATION', 'GROUP_TASK_APPROVED',
],
// A list of notifications handled by this component,
// listed in the order they should appear in the notifications panel.