Commit 337068e6f5dc36d221fd24784f812d9629d3d2ab

Authored by Shikha Mishra
1 parent 7f4d490dd6

Improve snackbar message while calling enrollStudents API

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/pages/Course/enrollStudents.vue
... ... @@ -342,7 +342,7 @@ export default {
342 342 .then((response) => {
343 343 this.snackbar = true;
344 344 this.text = response.data.message;
345   - this.getParticularCourse();
  345 + this.getParticularCourse("noSnackbar");
346 346 })
347 347 .catch((error) => {
348 348 this.snackbar = true;
... ...