mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-02-16 12:00:50 +01:00
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…
x
Reference in New Issue
Block a user