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 +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +1 -1
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
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: "
|
|
44950
|
+
message: "Student assigned successfully"
|
|
44951
44951
|
}));
|
|
44952
44952
|
callback === null || callback === void 0 ? void 0 : callback();
|
|
44953
44953
|
});
|