diff --git a/packages/frontend-2/components/viewer/selection/Object.vue b/packages/frontend-2/components/viewer/selection/Object.vue index 709dafaeb..62078487c 100644 --- a/packages/frontend-2/components/viewer/selection/Object.vue +++ b/packages/frontend-2/components/viewer/selection/Object.vue @@ -257,7 +257,7 @@ const keyValuePairs = computed(() => { arrayLength, arrayPreview, value: props.object[key], - backendPath: key // For regular properties, key matches backend path + backendPath: key }) }