diff --git a/src/Bundle/ChillPersonBundle/Resources/public/vuejs/_components/OnTheFly/PersonEdit.vue b/src/Bundle/ChillPersonBundle/Resources/public/vuejs/_components/OnTheFly/PersonEdit.vue index 67b5caec4..54154ebd4 100644 --- a/src/Bundle/ChillPersonBundle/Resources/public/vuejs/_components/OnTheFly/PersonEdit.vue +++ b/src/Bundle/ChillPersonBundle/Resources/public/vuejs/_components/OnTheFly/PersonEdit.vue @@ -494,7 +494,7 @@ onMounted(() => { // if there is only one center, preselect it person.center = { id: config.centers[0].id, - type: (config.centers[0]).type ?? "chill_main_center", + type: (config.centers[0]).type ?? "center", }; } });