diff --git a/bundles/org.openhab.ui/web/src/components/widgets/system/oh-context.vue b/bundles/org.openhab.ui/web/src/components/widgets/system/oh-context.vue index 1593904c1a..b0fbdaf7ac 100644 --- a/bundles/org.openhab.ui/web/src/components/widgets/system/oh-context.vue +++ b/bundles/org.openhab.ui/web/src/components/widgets/system/oh-context.vue @@ -53,7 +53,6 @@ export default { if (sourceFunc) { if (typeof sourceFunc !== 'object') return {} for (const key in sourceFunc) { - //this.$set(evalFunc, key, this.evaluateExpression(key, sourceFunc[key])) evalFunc[key] = this.evaluateExpression(key, sourceFunc[key]) } }