web/elements: fix empty enterprise banner (#10882)
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
@ -37,6 +37,8 @@ export class EnterpriseStatusBanner extends WithLicenseSummary(AKElement) {
|
|||||||
return nothing;
|
return nothing;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
case LicenseSummaryStatusEnum.Valid:
|
||||||
|
return nothing;
|
||||||
case LicenseSummaryStatusEnum.ReadOnly:
|
case LicenseSummaryStatusEnum.ReadOnly:
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
|
Reference in New Issue
Block a user