We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 070cf85 commit cf1c401Copy full SHA for cf1c401
app/Http/Controllers/LinkTypeViewController.php
@@ -43,6 +43,7 @@ public function getParamForm($typename, $linkId = 0)
43
'selected' => ($linkId && isset($link) && $link->button_id == $btn->id),
44
];
45
}
46
+ return view('components.pageitems.predefined-form', $data);
47
48
49
// Set the block asset context before returning the view
0 commit comments