Skip to content

Commit

Permalink
Update machine-learning-edit-model.component.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
polterguy committed Nov 6, 2023
1 parent 1ade5b4 commit 0c36964
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ export class MachineLearningEditTypeComponent implements OnInit {
error: () => {

this.isLoading = false;
this.generalService.showFeedback('Something went wrong as we tried to retrieve roles', 'errorMessage');
this.generalService.showFeedback('Something went wrong as we tried to retrieve questionnaires', 'errorMessage');
this.generalService.hideLoading();
}
});
Expand Down

0 comments on commit 0c36964

Please sign in to comment.