Transit
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user