Skip to content

Commit 5e33cdb

Browse files
committed
Fixed savingwithout filling URL
#338
1 parent 58a89ec commit 5e33cdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/components/pageitems/link-form.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<input type='text' name='title' value='{{$link_title}}' class='form-control' required />
33

44
<label for='title' class='form-label'>URL</label>
5-
<input type='url' name='link' value='{{$link_url}}' class='form-control' />
5+
<input type='url' name='link' value='{{$link_url}}' class='form-control' required />
66

77
<div class="custom-control custom-checkbox m-2">
88
<input type="checkbox" class="custom-control-input" value='1' {{((isset($params->GetSiteIcon) ? boolval($params->GetSiteIcon) : false) ? 'checked': '') }} name='GetSiteIcon' id="GetSiteIcon" @if($button_id == 2)checked @endif>

0 commit comments

Comments
 (0)