interpolate string

This commit is contained in:
Peter Clement 2025-01-31 13:56:53 +00:00
parent 6bc1541caf
commit 6c95030791
1 changed files with 1 additions and 1 deletions
packages/builder/src/pages/builder/app/[application]/design/[screenId]/_components

View File

@ -95,7 +95,7 @@
if (isStateUpdateHandler(handler)) {
foundComponents.push({
id: componentId,
name: instanceName + " - " + setting,
name: `${instanceName} - ${setting}`,
settings: [setting],
})
}