Skip to content

Commit 79fe2f1

Browse files
committed
Made textarea field required
1 parent dc279ba commit 79fe2f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/studio/add-link.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
@csrf
99
<div class="form-group col-lg-8">
1010
<label>Link*</label>
11-
<input type="text" name="link" class="form-control" placeholder="https://google.com">
11+
<input type="text" name="link" class="form-control" placeholder="https://google.com" required>
1212
</div>
1313
<div class="form-group col-lg-8">
1414
<label>Title</label>

0 commit comments

Comments
 (0)