Fix error View [predefined.form] not found.
This commit is contained in:
parent
070cf85e39
commit
cf1c401515
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue