mirror of
https://github.com/home-assistant/frontend.git
synced 2025-12-22 03:39:01 +00: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:
@@ -105,6 +105,7 @@ export class HaScriptEditor extends SubscribeMixin(
|
||||
|
||||
@state() private _readOnly = false;
|
||||
|
||||
@state()
|
||||
@consume({ context: fullEntitiesContext, subscribe: true })
|
||||
@transform<EntityRegistryEntry[], EntityRegistryEntry>({
|
||||
transformer: function (this: HaScriptEditor, value) {
|
||||
|
||||
Reference in New Issue
Block a user