clientBriefImages => moodboard
This commit is contained in:
parent
38e8e12389
commit
95064a39cd
8 changed files with 10 additions and 10 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue