From 38ac7acd862e73785dc6695e29bbf7c9cd9a5221 Mon Sep 17 00:00:00 2001 From: Timo Bejan Date: Mon, 27 Feb 2023 15:56:19 +0200 Subject: [PATCH] RED-6269 --- .../license/license-select/license-select.component.html | 8 +------- .../license/license-select/license-select.component.ts | 1 - 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/apps/red-ui/src/app/modules/admin/screens/license/license-select/license-select.component.html b/apps/red-ui/src/app/modules/admin/screens/license/license-select/license-select.component.html index db8191877..69cc85bb5 100644 --- a/apps/red-ui/src/app/modules/admin/screens/license/license-select/license-select.component.html +++ b/apps/red-ui/src/app/modules/admin/screens/license/license-select/license-select.component.html @@ -1,11 +1,5 @@
- + diff --git a/apps/red-ui/src/app/modules/admin/screens/license/license-select/license-select.component.ts b/apps/red-ui/src/app/modules/admin/screens/license/license-select/license-select.component.ts index bec041580..403b552ea 100644 --- a/apps/red-ui/src/app/modules/admin/screens/license/license-select/license-select.component.ts +++ b/apps/red-ui/src/app/modules/admin/screens/license/license-select/license-select.component.ts @@ -26,7 +26,6 @@ export class LicenseSelectComponent { } }), ); - readonly isReadonly$ = this._permissionsService.has$(ROLES.license.edit).pipe(map(has => !has)); constructor(readonly licenseService: LicenseService, private readonly _permissionsService: IqserPermissionsService) {}