mario-education 3.0.5-counselor → 3.0.10-admin

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
@@ -28368,7 +28368,7 @@ var getLearningStrategiesTableApi = function getLearningStrategiesTableApi(filte
28368
28368
  };
28369
28369
 
28370
28370
  var TITLE$u = "Dashboard";
28371
- var DEFAULT_START_DATE = moment().subtract(3, 'months').startOf("day").valueOf();
28371
+ var DEFAULT_START_DATE = moment().subtract(2, 'months').startOf("day").valueOf();
28372
28372
  var DEFAULT_END_DATE = moment().endOf("day").valueOf();
28373
28373
 
28374
28374
  var useDashboard = function useDashboard() {