Skip to content

Commit

Permalink
Reorder
Browse files Browse the repository at this point in the history
  • Loading branch information
Nezz committed May 2, 2024
1 parent 241743a commit bfa24e7
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ const cropOptions: CropOptions = {

@customElement("hui-view-background-editor")
export class HuiViewBackgroundEditor extends LitElement {
@property({ attribute: false }) public hass!: HomeAssistant;

@state() private _config!: LovelaceViewConfig;

set config(config: LovelaceViewConfig) {
this._config = config;
}

@property({ attribute: false }) public hass!: HomeAssistant;

@state() private _config!: LovelaceViewConfig;

protected render() {
if (!this.hass) {
return nothing;
Expand Down

0 comments on commit bfa24e7

Please sign in to comment.