Skip to content

Commit 3377898

Browse files
committed
set the default value as value!
1 parent a23a615 commit 3377898

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/themes/pterodactyl/admin/services/options/variables.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@
139139
</div>
140140
<div class="form-group">
141141
<label class="form-label">Input Rules</label>
142-
<input type="text" name="rules" class="form-control" placeholder="required|string|max:20" />
142+
<input type="text" name="rules" class="form-control" value="required|string|max:20" placeholder="required|string|max:20" />
143143
<p class="text-muted small">These rules are defined using standard Laravel Framework validation rules.</p>
144144
</div>
145145
</div>

0 commit comments

Comments
 (0)