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 dc279ba commit 79fe2f1Copy full SHA for 79fe2f1
resources/views/studio/add-link.blade.php
@@ -8,7 +8,7 @@
8
@csrf
9
<div class="form-group col-lg-8">
10
<label>Link*</label>
11
- <input type="text" name="link" class="form-control" placeholder="https://google.com">
+ <input type="text" name="link" class="form-control" placeholder="https://google.com" required>
12
</div>
13
14
<label>Title</label>
0 commit comments