Skip to content

Commit

Permalink
Fix any
Browse files Browse the repository at this point in the history
  • Loading branch information
killi199 committed Jan 16, 2025
1 parent cf84902 commit f781ec3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/vacuum-card.ts
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,9 @@ export class VacuumCard extends LitElement {

private renderDropDown(
selectedObject: string,
objects: any,
objects: {
[key: string]: any;
},
icon: string,
onSelected: Function,
): Template {
Expand Down

0 comments on commit f781ec3

Please sign in to comment.