Fix client-side errors
This commit is contained in:
@@ -445,6 +445,8 @@ function updateImage(field, event) {
|
||||
|
||||
// Charger les données au montage
|
||||
onMounted(() => {
|
||||
if (brandingStore.presentationInfos === undefined) return;
|
||||
|
||||
mainTitle.value = brandingStore.presentationInfos.title;
|
||||
mainImageUrl.value = brandingStore.presentationInfos.mainImageUrl;
|
||||
mainImageText.value = brandingStore.presentationInfos.mainImageText;
|
||||
|
||||
Reference in New Issue
Block a user