Ensure dev-tools state attribute checkbox state gets stored (#8579)

This commit is contained in:
Philip Allgaier 2021-03-07 16:40:54 +01:00 committed by GitHub
parent 705871f8dc
commit aece3a37c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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>