Skip to content

Commit

Permalink
Ensure dev-tools state attribute checkbox state gets stored (#8579)
Browse files Browse the repository at this point in the history
  • Loading branch information
spacegaier authored and bramkragten committed Mar 7, 2021
1 parent 8ec3cbd commit 279f78e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/panels/developer-tools/state/developer-tools-state.js
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 279f78e

Please sign in to comment.