ohif-321: update study list sorting logic (#1964)

This commit is contained in:
Igor Octaviano 2020-08-06 05:34:11 -03:00 committed by GitHub
parent 2446f8b86c
commit 5a82e09e29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,7 +26,7 @@ const InputGroup = ({
if (sortDirection === 'ascending') {
_sortDirection = 'descending';
} else if (sortDirection === 'descending') {
_sortDirection = 'none';
_sortDirection = 'ascending';
}
}