if condition to check if a sender is assigned or if notification was assigned automatically by the system

This commit is contained in:
2022-02-14 14:05:59 +01:00
parent e028c1ca2b
commit 61cf838458
2 changed files with 3 additions and 1 deletions

View File

@@ -53,6 +53,7 @@ const appMessages = {
},
emergency: "Urgent",
confidential: "Confidentiel",
automatic_notification: "Notification automatique"
}
};