Skip to content

Commit

Permalink
rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
ozer550 committed Dec 16, 2024
1 parent 7b863dc commit 7944be1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,8 @@
}
this.quizLimit += 10;
},
},
$trs: {
printLabel: {
message: '{className} Learners',
context:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
import sortBy from 'lodash/sortBy';
import ElapsedTime from 'kolibri-common/components/ElapsedTime';
import commonCoreStrings from 'kolibri/uiText/commonCoreStrings';
import { ref } from '@vue/composition-api';
import { ref } from 'vue';
import commonCoach from '../common';
import CoachAppBarPage from '../CoachAppBarPage';
import CSVExporter from '../../csv/exporter';
Expand Down

0 comments on commit 7944be1

Please sign in to comment.