From 63f8c80cfe4802546a6934e928d8c1eb5fddea92 Mon Sep 17 00:00:00 2001 From: Timo Bejan Date: Tue, 18 Jan 2022 22:18:24 +0200 Subject: [PATCH] added justification add/delete to dev mode --- .../justifications-screen.component.html | 4 ++-- .../justifications-screen/justifications-screen.component.ts | 2 ++ .../justifications/table-item/table-item.component.html | 2 +- .../screens/justifications/table-item/table-item.component.ts | 2 ++ 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/apps/red-ui/src/app/modules/admin/screens/justifications/justifications-screen/justifications-screen.component.html b/apps/red-ui/src/app/modules/admin/screens/justifications/justifications-screen/justifications-screen.component.html index 9d77bbc85..80a96d3d8 100644 --- a/apps/red-ui/src/app/modules/admin/screens/justifications/justifications-screen/justifications-screen.component.html +++ b/apps/red-ui/src/app/modules/admin/screens/justifications/justifications-screen/justifications-screen.component.html @@ -11,7 +11,7 @@ , + readonly userPreferenceService: UserPreferenceService, readonly userService: UserService, ) {}