WIP - Fix create field dialog placement and look up field creation

This commit is contained in:
Francisco Gaona
2026-01-07 21:00:06 +01:00
parent 6c73eb1658
commit b34da6956c
4 changed files with 92 additions and 84 deletions

View File

@@ -21,7 +21,8 @@ interface Props {
}
const props = withDefaults(defineProps<Props>(), {
baseUrl: '/central',
// Default to runtime objects endpoint; override when consuming central entities
baseUrl: '/runtime/objects',
})
const emit = defineEmits<{