Skip to content

Commit

Permalink
Add new constants for Learners tab
Browse files Browse the repository at this point in the history
  • Loading branch information
muditchoudhary committed Nov 4, 2023
1 parent cb1a8ea commit 871ec56
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions kolibri/plugins/coach/assets/src/constants/tabsConstants.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,9 @@ export const ReportsGroupTabs = {
MEMBERS: 'tabMembers',
ACTIVITY: 'tabActivity',
};

export const LEARNERS_TABS_ID = 'coachLearners';
export const LearnersTabs = {
REPORTS: 'tabReports',
ACTIVITY: 'tabActivity',
};

0 comments on commit 871ec56

Please sign in to comment.