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 Bram Kragten
parent 8ec3cbdb33
commit 279f78e4a8
No known key found for this signature in database
GPG Key ID: FBE2DFDB363EF55B

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>