From 2dc98a43cbe30564257d840c8002cdae01a81a93 Mon Sep 17 00:00:00 2001 From: Max Peintner Date: Wed, 28 Apr 2021 10:56:26 +0200 Subject: [PATCH] fix: show org with regex --- console/src/app/app.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/console/src/app/app.component.html b/console/src/app/app.component.html index 5a70dca7340..fd23c2ed64c 100644 --- a/console/src/app/app.component.html +++ b/console/src/app/app.component.html @@ -91,7 +91,7 @@
+ [appHasRole]="['org.read']">
{{org?.name ? org.name : ('MENU.ORGSECTION' | translate)}}