mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-24 10:22:18 +00:00
status sorting in mergedperson search results
This commit is contained in:
@@ -64,7 +64,7 @@ export default {
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
});
|
||||
}).sort((a, b) => (a.sort || 0) - (b.sort || 0));
|
||||
return students.length ? students : null;
|
||||
},
|
||||
emails() {
|
||||
|
||||
Reference in New Issue
Block a user