Fix error View [predefined.form] not found.

This commit is contained in:
Julian Prieber 2024-06-23 11:55:25 +02:00
parent 070cf85e39
commit cf1c401515
1 changed files with 1 additions and 0 deletions

View File

@ -43,6 +43,7 @@ class LinkTypeViewController extends Controller
'selected' => ($linkId && isset($link) && $link->button_id == $btn->id), 'selected' => ($linkId && isset($link) && $link->button_id == $btn->id),
]; ];
} }
return view('components.pageitems.predefined-form', $data);
} }
// Set the block asset context before returning the view // Set the block asset context before returning the view