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 +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
|
@@ -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(
|
|
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() {
|