Skip to content

Commit 5855300

Browse files
committed
Corrected topic name to capture the invite reject notification.
1 parent fcd1dec commit 5855300

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config/constants.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -790,7 +790,7 @@ export const EVENT_TYPE = {
790790
ASSIGNED_AS_OWNER: 'notifications.connect.project.member.assignedAsOwner',
791791
INVITE_REQUESTED: 'notifications.connect.project.member.invite.requested',
792792
INVITE_APPROVED: 'notifications.connect.project.member.invite.approved',
793-
INVITE_REFUSED: 'notifications.connect.project.member.invite.refused',
793+
INVITE_REFUSED: 'notifications.connect.project.member.invite.rejected',
794794
},
795795
PROJECT: {
796796
ACTIVE: 'notifications.connect.project.active',

0 commit comments

Comments
 (0)