Check the "do not change” radio button by default

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe 2022-05-06 05:14:31 -07:00
parent 76213ec3d9
commit c64f34ebcc

View file

@ -143,7 +143,7 @@
<input type="radio" class="minimal" name="requestable" value="0"> {{ trans('general.no')}}
</label>
<label class="radio">
<input type="radio" class="minimal" name="requestable" value=""> {{ trans('general.do_not_change')}}
<input type="radio" class="minimal" name="requestable" value="" checked> {{ trans('general.do_not_change')}}
</label>
</div>
</div>