WIP - Fix create field dialog placement and look up field creation
This commit is contained in:
@@ -16,7 +16,8 @@ interface Props {
|
||||
}
|
||||
|
||||
const props = withDefaults(defineProps<Props>(), {
|
||||
baseUrl: '/central',
|
||||
// Default to runtime objects endpoint; override when consuming central entities
|
||||
baseUrl: '/runtime/objects',
|
||||
modelValue: null,
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user