Fix project isDTLEnabled
This commit is contained in:
parent
9a4de64663
commit
a963f8aff6
2 changed files with 2 additions and 2 deletions
|
|
@ -9,7 +9,7 @@ $project = [
|
|||
? $page->client()->toPage()->logo()->toFile()->url()
|
||||
: null,
|
||||
"steps" => $page->getSteps(),
|
||||
"designToLight" => $page->isDTLEnabled() ? processDTLProposals($page) : null,
|
||||
"designToLight" => $page->isDTLEnabled() == "true" ? processDTLProposals($page) : null,
|
||||
];
|
||||
|
||||
$pageData = array_merge($genericData, $project);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue