fix(teams): allow dismissal of taks approval requests

This commit is contained in:
Sabe Jones
2019-11-21 16:16:28 -06:00
parent bb84b6f6c2
commit 4ca4fd9ae7

View File

@@ -169,7 +169,7 @@ export default {
openStatus: undefined, openStatus: undefined,
actionableNotifications: [ actionableNotifications: [
'GUILD_INVITATION', 'PARTY_INVITATION', 'CHALLENGE_INVITATION', '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, // A list of notifications handled by this component,
// listed in the order they should appear in the notifications panel. // listed in the order they should appear in the notifications panel.