From 842fd1eef3eefe6b8b67c9877a4d839db039c47d Mon Sep 17 00:00:00 2001 From: Timo Bejan Date: Mon, 27 Feb 2023 11:34:03 +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 325004086..06bd9b457 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,12 +1,6 @@
- + 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) {}