File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 238
238
<input class =" uk-input" type =" number" name =" auto_cleanup_num" id =" auto_cleanup_num" value =" {{ old (' auto_cleanup_num' , $task -> auto_cleanup_num ) ?? 0 } }" />
239
239
<br >
240
240
<label >
241
- <input type =" radio" name =" auto_cleanup_type" value =" days" {{ old (' auto_cleanup_type' , $task -> auto_cleanup_type ) !== ' results' ? ' ' : ' checked ' } } > Days
241
+ <input type =" radio" name =" auto_cleanup_type" value =" days" {{ old (' auto_cleanup_type' , $task -> auto_cleanup_type ) !== ' results' ? ' checked ' : ' ' } } > Days
242
242
</label ><br >
243
243
<label >
244
- <input type =" radio" name =" auto_cleanup_type" value =" results" {{ old (' auto_cleanup_type' , $task -> auto_cleanup_type ) === ' results' ? ' ' : ' checked ' } } > Results
244
+ <input type =" radio" name =" auto_cleanup_type" value =" results" {{ old (' auto_cleanup_type' , $task -> auto_cleanup_type ) === ' results' ? ' checked ' : ' ' } } > Results
245
245
</label >
246
246
</label >
247
247
</div >
You can’t perform that action at this time.
0 commit comments