Skip to content

Commit 11bb140

Browse files
committed
feat(Notification): add messages for participation package notifications
1 parent ef9a436 commit 11bb140

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

frontend/src/components/navbar/Notification.vue

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,12 @@ const makeMessage = (
6565
return "Meeting minute deleted";
6666
case "UPDATED_PRIVATE_IMAGE":
6767
return "Private image updated";
68+
case "CREATED_PARTICIPATION_PACKAGE":
69+
return "Participation package created";
70+
case "UPDATED_PARTICIPATION_PACKAGE":
71+
return "Participation package updated";
72+
case "DELETED_PARTICIPATION_PACKAGE":
73+
return "Participation package deleted";
6874
case "UPDATED":
6975
if (thread) {
7076
if (isActorPresent) {

0 commit comments

Comments
 (0)