intelica-library-ui 0.1.174 → 0.1.175
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.
|
@@ -3692,9 +3692,6 @@ class FiltersComponent {
|
|
|
3692
3692
|
break;
|
|
3693
3693
|
}
|
|
3694
3694
|
}
|
|
3695
|
-
if (filter.type === FilterTypeEnum.Select) {
|
|
3696
|
-
filter.value = null;
|
|
3697
|
-
}
|
|
3698
3695
|
// Si es padre, limpiar hijos
|
|
3699
3696
|
if (!filter.parent) {
|
|
3700
3697
|
const children = this.filterDirectives.filter((f) => f.parent === filter.name);
|