fix lint error
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
parent
0a0afbe08d
commit
dd1c4e4bc3
|
@ -61,8 +61,7 @@ const metadata: Meta<AkDualSelect> = {
|
||||||
export default metadata;
|
export default metadata;
|
||||||
|
|
||||||
@customElement("ak-sb-fruity")
|
@customElement("ak-sb-fruity")
|
||||||
// @ts-ignore
|
export class AkSbFruity extends LitElement {
|
||||||
class AkSbFruity extends LitElement {
|
|
||||||
@property({ type: Array })
|
@property({ type: Array })
|
||||||
options: DualSelectPair[] = goodForYou;
|
options: DualSelectPair[] = goodForYou;
|
||||||
|
|
||||||
|
|
Reference in New Issue