mario-education 2.4.196-level → 2.4.197-level

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
@@ -34712,7 +34712,7 @@ var useRosterConfigForm = function useRosterConfigForm() {
34712
34712
  return null;
34713
34713
  }, [JSON.stringify(rosterConfig)]);
34714
34714
  React.useEffect(function () {
34715
- document.title = "One Roster";
34715
+ document.title = "OneRoster | Settings";
34716
34716
  getData();
34717
34717
  }, []);
34718
34718
  return {
@@ -34922,6 +34922,7 @@ var useOneRosterUserList = function useOneRosterUserList() {
34922
34922
  getDataUserList();
34923
34923
  }, [JSON.stringify(filters)]);
34924
34924
  React.useEffect(function () {
34925
+ document.title = "OneRoster | Users";
34925
34926
  getTeacherList();
34926
34927
  }, []);
34927
34928
  return {