IO-1458 Production Board Sort ORder
This commit is contained in:
@@ -16,5 +16,4 @@ export function statusSort(a, b, statusList) {
|
|||||||
return (
|
return (
|
||||||
statusList.findIndex((x) => x === a) > statusList.findIndex((x) => x === b)
|
statusList.findIndex((x) => x === a) > statusList.findIndex((x) => x === b)
|
||||||
);
|
);
|
||||||
//return (a ? a.toLowerCase() : "").localeCompare(b ? b.toLowerCase() : "");
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user