1
0
mirror of https://github.com/home-assistant/frontend.git synced 2026-04-19 00:12:51 +01:00

Fix decorators with properties (#25282)

* Fix decorators with properties

* Green build

---------

Co-authored-by: Simon Lamon <32477463+silamon@users.noreply.github.com>
This commit is contained in:
Bram Kragten
2025-05-02 19:21:38 +03:00
committed by GitHub
parent 17cc63deba
commit b4e8c56f58
39 changed files with 62 additions and 28 deletions

View File

@@ -138,6 +138,7 @@ class HaScriptPicker extends SubscribeMixin(LitElement) {
@state() private _filteredScripts?: string[] | null;
@state()
@storage({
storage: "sessionStorage",
key: "script-table-search",
@@ -146,6 +147,7 @@ class HaScriptPicker extends SubscribeMixin(LitElement) {
})
private _filter = "";
@state()
@storage({
storage: "sessionStorage",
key: "script-table-filters-full",