Skip to content

Commit

Permalink
Fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
piitaya committed Oct 30, 2024
1 parent 7837195 commit 44b2e8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/data/lovelace.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export interface LovelaceSectionElement extends HTMLElement {
index?: number;
cards?: HuiCard[];
isStrategy: boolean;
importOnly: boolean;
importOnly?: boolean;
setConfig(config: LovelaceSectionConfig): void;
}

Expand Down

0 comments on commit 44b2e8d

Please sign in to comment.