This commit is contained in:
2025-02-07 15:44:59 -05:00
parent 2b30479263
commit 009368ca8f
38 changed files with 1815 additions and 945 deletions

View File

@@ -41,8 +41,8 @@ export const useBrandingStore = defineStore(
if (newCreator !== undefined) {
value.value = await fetchCreatorData(newCreator)
currentBrand.value = newCreator
colors.value = value.value.colors
presentationInfos.value = value.value.presentationInfos
colors.value = value.value?.colors
presentationInfos.value = value.value?.presentationInfos
} else {
value.value = {}
currentBrand.value = undefined