mario-education 2.4.47-beta → 2.4.48-beta
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 +2 -2
package/dist/index.js
CHANGED
|
@@ -28371,7 +28371,7 @@ var getLearningStrategiesTableApi = function getLearningStrategiesTableApi(filte
|
|
|
28371
28371
|
};
|
|
28372
28372
|
|
|
28373
28373
|
var TITLE$u = "Dashboard";
|
|
28374
|
-
var DEFAULT_START_DATE = moment().subtract(
|
|
28374
|
+
var DEFAULT_START_DATE = moment().subtract(2, 'months').startOf("day").valueOf();
|
|
28375
28375
|
var DEFAULT_END_DATE = moment().endOf("day").valueOf();
|
|
28376
28376
|
|
|
28377
28377
|
var useDashboard = function useDashboard() {
|