diff --git a/commands/serve/web/components/property-panel/Variable.jsx b/commands/serve/web/components/property-panel/Variable.jsx index 16f960ce6..bfb5060b5 100644 --- a/commands/serve/web/components/property-panel/Variable.jsx +++ b/commands/serve/web/components/property-panel/Variable.jsx @@ -43,7 +43,7 @@ export default function Variable({ property, value, target, changed, app }) { const handleChange = (e) => { setS(e.target.value); target[property].name = e.target.value; - target[property].value = { qStringExpression: { qExpr: `$(${e.target.value})` } }; + target[property].value = { qStringExpression: { qExpr: `[${e.target.value}]` } }; changed(); }; return l.length === 0 ? (