mario-education 2.4.480-release → 2.4.481-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 +3 -1
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +3 -1
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -34652,7 +34652,9 @@ var useDashboard = function useDashboard() {
|
|
|
34652
34652
|
getData();
|
|
34653
34653
|
}, [filter]);
|
|
34654
34654
|
React.useEffect(function () {
|
|
34655
|
-
|
|
34655
|
+
if (!!academicYear && academicYear.length > 0 && filter.academicYearId != 0) {
|
|
34656
|
+
getSummarizeQuestion();
|
|
34657
|
+
}
|
|
34656
34658
|
}, [filter, questionFilters]);
|
|
34657
34659
|
React.useEffect(function () {
|
|
34658
34660
|
getChartDataLanguage();
|