From 71af3175571d95bbcd045c7fe62021079f570a2e Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Tue, 13 Oct 2020 12:47:51 +0200 Subject: bump limit --- app/client/util/sort.js | 1 + 1 file changed, 1 insertion(+) (limited to 'app/client/util/sort.js') diff --git a/app/client/util/sort.js b/app/client/util/sort.js index c5e3a37..fc6219e 100644 --- a/app/client/util/sort.js +++ b/app/client/util/sort.js @@ -29,6 +29,7 @@ export const orderByFn = (s='name asc') => { case 'priority': mapFn = a => [parseInt(a.priority) || parseInt(a.id) || 1000, a] sortFn = numericSort[direction] + break case 'name': default: mapFn = a => [a.name || "", a] -- cgit v1.2.3-70-g09d2