Skip to content

Commit

Permalink
Fix lint warning
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed Nov 4, 2023
1 parent 8837eed commit 2f9651d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/panels/config/entities/ha-config-entities.ts
Original file line number Diff line number Diff line change
Expand Up @@ -758,6 +758,7 @@ export class HaConfigEntities extends SubscribeMixin(LitElement) {
entity_category: null,
has_entity_name: false,
options: null,
labels: [],
});
}
if (changed) {
Expand Down

0 comments on commit 2f9651d

Please sign in to comment.