Skip to content

Commit 27ed94e

Browse files
committed
Allow to have empty page titles
1 parent 15c4125 commit 27ed94e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Dto/CrudDto.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ public function getCustomPageTitle(string $pageName = null, $entityInstance = nu
163163
$title = null !== $entityInstance ? $title($entityInstance) : $title();
164164
}
165165

166-
if (null === $title || '' === $title) {
166+
if (null === $title) {
167167
return null;
168168
}
169169

0 commit comments

Comments
 (0)