Skip to content

Commit

Permalink
Test change
Browse files Browse the repository at this point in the history
  • Loading branch information
LEJOUI authored Oct 20, 2021
1 parent a59d66b commit 532acaf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion light-entity-row.js
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,9 @@ class AdjustableLightEntityRow extends Polymer.Element {
}

this._config = JSON.parse(JSON.stringify(config));
this._buttons = JSON.parse(JSON.stringify(config.buttons))
if (config.buttons) {
this._buttons = JSON.parse(JSON.stringify(config.buttons))
}

}

Expand Down

0 comments on commit 532acaf

Please sign in to comment.