ngx-wapp-components 3.0.38-alpha.2 → 3.0.38-alpha.3
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.
|
@@ -5646,7 +5646,7 @@ class WFilterPanelComponent {
|
|
|
5646
5646
|
});
|
|
5647
5647
|
}
|
|
5648
5648
|
else {
|
|
5649
|
-
if (query.field === 'periodSelect') {
|
|
5649
|
+
if (query.field === 'periodSelect' && query.value.periodType === PeriodSelectEnum.Last24Hours) {
|
|
5650
5650
|
query.value.toDate = new Date();
|
|
5651
5651
|
query.value.fromDate = new Date(new Date().getTime() - 24 * 60 * 60 * 1000);
|
|
5652
5652
|
}
|