feat: added recent sort in learners area (#344)

Co-authored-by: adeel.tajamul <adeel.tajamul@arbisoft.com>
This commit is contained in:
Muhammad Adeel Tajamul
2022-11-08 14:07:55 +05:00
committed by GitHub
parent 4df4aec33a
commit c68ed35c59
3 changed files with 12 additions and 0 deletions

View File

@@ -134,6 +134,7 @@ export const TopicOrdering = {
export const LearnersOrdering = {
BY_FLAG: 'flagged',
BY_LAST_ACTIVITY: 'activity',
BY_RECENCY: 'recency',
};
/**