Skip to content

Commit 35b487d

Browse files
Fixed SQLSTATE Exception
1 parent 7fb6068 commit 35b487d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,7 @@
1818
<label for="exampleFormControlSelect1">Button*</label>
1919
<select class="form-control" name="button">
2020
@foreach($buttons as $button)
21-
@if($button->name == 'custom')
22-
<option>Custom button (Title determines text on button)</option>
23-
@else
2421
<option> {{ $button->name }} </option>
25-
@endif
2622
@endforeach
2723
</select>
2824
<br>

0 commit comments

Comments
 (0)