fix lint error

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
Jens Langhammer 2024-01-04 15:47:00 +01:00
parent 0a0afbe08d
commit dd1c4e4bc3
No known key found for this signature in database
1 changed files with 1 additions and 2 deletions

View File

@ -61,8 +61,7 @@ const metadata: Meta<AkDualSelect> = {
export default metadata;
@customElement("ak-sb-fruity")
// @ts-ignore
class AkSbFruity extends LitElement {
export class AkSbFruity extends LitElement {
@property({ type: Array })
options: DualSelectPair[] = goodForYou;