clientBriefImages => moodboard

This commit is contained in:
isUnknown 2024-10-16 15:03:20 +02:00
parent 38e8e12389
commit 95064a39cd
8 changed files with 10 additions and 10 deletions

View file

@ -36,7 +36,7 @@ function changeStep(stepName) {
function setInitialStep() {
const hasPDF = page.value.content.clientbriefpdf.length !== 0;
const hasImages =
page.value.content.clientbriefimages.length !== 0 ||
page.value.content.moodboard.length !== 0 ||
page.value.content.description.length !== 0;
const isEmpty = !hasPDF && !hasImages;
if (isEmpty) return "Intro";