interpolate string
This commit is contained in:
parent
6bc1541caf
commit
6c95030791
packages/builder/src/pages/builder/app/[application]/design/[screenId]/_components
|
@ -95,7 +95,7 @@
|
|||
if (isStateUpdateHandler(handler)) {
|
||||
foundComponents.push({
|
||||
id: componentId,
|
||||
name: instanceName + " - " + setting,
|
||||
name: `${instanceName} - ${setting}`,
|
||||
settings: [setting],
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue