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) {}