This commit is contained in:
andrewwallacespeckle
2025-08-15 14:32:57 +01:00
parent f3d75ec103
commit e7ee9f0e97
@@ -257,7 +257,7 @@ const keyValuePairs = computed(() => {
arrayLength,
arrayPreview,
value: props.object[key],
backendPath: key // For regular properties, key matches backend path
backendPath: key
})
}