mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-27 17:15:02 +00:00
Update default center type fallback in PersonEdit.vue
to "center"
for consistency.
This commit is contained in:
@@ -494,7 +494,7 @@ onMounted(() => {
|
|||||||
// if there is only one center, preselect it
|
// if there is only one center, preselect it
|
||||||
person.center = {
|
person.center = {
|
||||||
id: config.centers[0].id,
|
id: config.centers[0].id,
|
||||||
type: (config.centers[0]).type ?? "chill_main_center",
|
type: (config.centers[0]).type ?? "center",
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user