We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef9a436 commit 11bb140Copy full SHA for 11bb140
frontend/src/components/navbar/Notification.vue
@@ -65,6 +65,12 @@ const makeMessage = (
65
return "Meeting minute deleted";
66
case "UPDATED_PRIVATE_IMAGE":
67
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";
74
case "UPDATED":
75
if (thread) {
76
if (isActorPresent) {
0 commit comments