clientBriefPdf => pdf

This commit is contained in:
isUnknown 2024-10-16 15:04:15 +02:00
parent 95064a39cd
commit a7f01d66e8
6 changed files with 7 additions and 7 deletions

View file

@ -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;