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 238238 <input class =" uk-input" type =" number" name =" auto_cleanup_num" id =" auto_cleanup_num" value =" {{ old (' auto_cleanup_num' , $task -> auto_cleanup_num ) ?? 0 } }" />
239239 <br >
240240 <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
242242 </label ><br >
243243 <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
245245 </label >
246246 </label >
247247 </div >
You can’t perform that action at this time.
0 commit comments