Skip to content

Commit ffb4193

Browse files
authored
Fix custom buttons
1 parent c442fc6 commit ffb4193

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

light-entity-row.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ class AdjustableLightEntityRow extends Polymer.Element {
180180
}
181181

182182
this._config = JSON.parse(JSON.stringify(config));
183-
this._buttons = JSON.parse(JSON.stringify(config.buttons)) || []
183+
this._buttons = JSON.parse(JSON.stringify(config.buttons))
184184

185185
}
186186

0 commit comments

Comments
 (0)