Skip to content

Commit 9c3c5f6

Browse files
authored
Fixed a very small minor issue (pterodactyl#3360)
1 parent 76ac199 commit 9c3c5f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/admin/databases/view.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<div class="form-group">
4545
<label for="pNodeId" class="form-label">Linked Node</label>
4646
<select name="node_id" id="pNodeId" class="form-control">
47-
<option value="0">None</option>
47+
<option value="">None</option>
4848
@foreach($locations as $location)
4949
<optgroup label="{{ $location->short }}">
5050
@foreach($location->nodes as $node)

0 commit comments

Comments
 (0)