web/admin: fix duplicate flow labels (#11689)

* web/admin: fix duplicate flow labels

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* format

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

---------

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
Jens L.
2024-10-16 17:19:06 +02:00
committed by GitHub
parent 6cc0a668e7
commit c4caef4c38
5 changed files with 11 additions and 55 deletions

View File

@ -23,7 +23,7 @@ export class AppIcon extends AKElement implements IAppIcon {
@property({ type: String })
icon?: string;
@property()
@property({ reflect: true })
size: PFSize = PFSize.Medium;
static get styles(): CSSResult[] {