File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/frontend/app/components/learner-group Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -235,7 +235,7 @@ export default class LearnerGroupRootComponent extends Component {
235
235
async generateNewLearnerGroups (num ) {
236
236
this .savedGroup = null ;
237
237
this .currentGroupsSaved = 0 ;
238
- this .isSaving = true ;
238
+ this .isSavingGroups = true ;
239
239
this .totalGroupsToSave = num;
240
240
const offset = await this .args .learnerGroup .getSubgroupNumberingOffset ();
241
241
const cohort = await this .args .learnerGroup .cohort ;
@@ -258,7 +258,7 @@ export default class LearnerGroupRootComponent extends Component {
258
258
this .currentGroupsSaved = this .currentGroupsSaved + chunk .length ;
259
259
await saveSomeGroups (groupsToSave);
260
260
} else {
261
- this .isSaving = false ;
261
+ this .isSavingGroups = false ;
262
262
this .flashMessages .success (' general.savedSuccessfully' , {
263
263
capitalize: true ,
264
264
});
You can’t perform that action at this time.
0 commit comments