Remove unused stuff

This commit is contained in:
Wendelin 2025-03-06 12:24:41 +01:00
parent 97f8aac984
commit 0d0cdfbde1
No known key found for this signature in database
2 changed files with 0 additions and 3 deletions

View File

@ -43,8 +43,6 @@ export class HuiCardPicker extends LitElement {
@property({ attribute: false }) public suggestedCards?: string[]; @property({ attribute: false }) public suggestedCards?: string[];
@property({ type: Boolean, attribute: false }) public isSectionsView = false;
@storage({ @storage({
key: "dashboardCardClipboard", key: "dashboardCardClipboard",
state: true, state: true,

View File

@ -66,7 +66,6 @@ export interface Card {
showElement?: boolean; showElement?: boolean;
isCustom?: boolean; isCustom?: boolean;
isSuggested?: boolean; isSuggested?: boolean;
sectionsViewOnly?: boolean;
} }
export interface Badge { export interface Badge {