1
0

Fix: Empty pge

This commit is contained in:
Richard Dern 2024-05-11 01:18:21 +02:00
parent bb0fb1dadd
commit ee00d22095

View File

@ -27,7 +27,7 @@ public function render()
data_set($this->viewData, 'relations', $relations);
return [$this->bundle->getPath() => $this->renderPage()];
return [$this->bundle->getPath() => $this->renderPage('term')];
}
/**