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:
@ -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[] {
|
||||
|
||||
Reference in New Issue
Block a user