clientBriefPdf => pdf
This commit is contained in:
parent
95064a39cd
commit
a7f01d66e8
6 changed files with 7 additions and 7 deletions
|
|
@ -34,7 +34,7 @@ function changeStep(stepName) {
|
|||
}
|
||||
|
||||
function setInitialStep() {
|
||||
const hasPDF = page.value.content.clientbriefpdf.length !== 0;
|
||||
const hasPDF = page.value.content.pdf.length !== 0;
|
||||
const hasImages =
|
||||
page.value.content.moodboard.length !== 0 ||
|
||||
page.value.content.description.length !== 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue