diff --git a/src/app/core/notification.service.ts b/src/app/core/notification.service.ts index 86bc0c80..7ae85dea 100644 --- a/src/app/core/notification.service.ts +++ b/src/app/core/notification.service.ts @@ -56,6 +56,11 @@ export class NotificationService { }); } + /** + * Shows a warning message as toast. + * The message is sticky and closable. + * @param message + */ showWarningMessage(message: string) { this.messageService.add({ severity: 'warn',