diff --git a/bundles/org.openhab.ui/web/src/components/widgets/widget-mixin.js b/bundles/org.openhab.ui/web/src/components/widgets/widget-mixin.js index 971c8b7409..3278cd0b22 100644 --- a/bundles/org.openhab.ui/web/src/components/widgets/widget-mixin.js +++ b/bundles/org.openhab.ui/web/src/components/widgets/widget-mixin.js @@ -136,7 +136,6 @@ export default { props: this.config, vars: this.widgetVars, store: this.context.store, - loop: this.context.loop, config: this.context.config, editmode: this.context.editmode, clipboardtype: this.context.clipboardtype,