mirror of
https://github.com/home-assistant/frontend.git
synced 2025-04-24 21:37:21 +00:00
Ensure dev-tools state attribute checkbox state gets stored (#8579)
This commit is contained in:
parent
705871f8dc
commit
aece3a37c0
@ -171,7 +171,7 @@ class HaPanelDevState extends EventsMixin(LocalizeMixin(PolymerElement)) {
|
||||
[[localize('ui.panel.developer-tools.tabs.states.attributes')]]
|
||||
<paper-checkbox
|
||||
checked="{{_showAttributes}}"
|
||||
on-change="{{saveAttributeCheckboxState}}"
|
||||
on-change="saveAttributeCheckboxState"
|
||||
></paper-checkbox>
|
||||
</th>
|
||||
</tr>
|
||||
|
Loading…
x
Reference in New Issue
Block a user