Skip to content

Commit cf1c401

Browse files
committed
Fix error View [predefined.form] not found.
1 parent 070cf85 commit cf1c401

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/Http/Controllers/LinkTypeViewController.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ public function getParamForm($typename, $linkId = 0)
4343
'selected' => ($linkId && isset($link) && $link->button_id == $btn->id),
4444
];
4545
}
46+
return view('components.pageitems.predefined-form', $data);
4647
}
4748

4849
// Set the block asset context before returning the view

0 commit comments

Comments
 (0)