Task report fixes
This commit is contained in:
parent
77db357e17
commit
95fb50586e
1 changed files with 1 additions and 1 deletions
|
|
@ -92,7 +92,7 @@
|
|||
$('#range').val(resolveRange(label));
|
||||
}
|
||||
|
||||
if (isStorageSupported() && label && label != "{{ trans('texts.custom_range') }}") {
|
||||
if (isStorageSupported() && label) {
|
||||
localStorage.setItem('last:report_range', label);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue