ohif-321: update study list sorting logic (#1964)
This commit is contained in:
parent
2446f8b86c
commit
5a82e09e29
@ -26,7 +26,7 @@ const InputGroup = ({
|
|||||||
if (sortDirection === 'ascending') {
|
if (sortDirection === 'ascending') {
|
||||||
_sortDirection = 'descending';
|
_sortDirection = 'descending';
|
||||||
} else if (sortDirection === 'descending') {
|
} else if (sortDirection === 'descending') {
|
||||||
_sortDirection = 'none';
|
_sortDirection = 'ascending';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user