mario-core 2.9.386-release → 2.9.387-release

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -44947,7 +44947,7 @@ var useAssignStudent = function useAssignStudent(teacherSelected, assistantSelec
44947
44947
  return Promise.resolve(assignStudentsApi(users)).then(function () {
44948
44948
  dispatch(setAlert({
44949
44949
  type: "success",
44950
- message: "Create Successfully"
44950
+ message: "Student assigned successfully"
44951
44951
  }));
44952
44952
  callback === null || callback === void 0 ? void 0 : callback();
44953
44953
  });