Skip to content

Commit

Permalink
Update dialogs when _repository changes (#609)
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeeus authored Jul 14, 2022
1 parent 6767f88 commit dadfd5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/dialogs/hacs-dialog-base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ export class HacsDialogBase extends LitElement {
changedProperties.has("params") ||
changedProperties.has("_error") ||
changedProperties.has("_progress") ||
changedProperties.has("_repository") ||
changedProperties.has("_releaseNotes") ||
changedProperties.has("_updating")
);
Expand Down

0 comments on commit dadfd5d

Please sign in to comment.