@paperless/angular 1.54.3 → 1.54.4
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.
|
@@ -2132,6 +2132,7 @@ const createFormFilters = (values, quickFilters, quickFilterKey) => {
|
|
|
2132
2132
|
const value = values[key];
|
|
2133
2133
|
if ((key !== quickFilterKey &&
|
|
2134
2134
|
!(value instanceof Date) &&
|
|
2135
|
+
typeof value !== 'object' &&
|
|
2135
2136
|
isNaN(value) &&
|
|
2136
2137
|
!value?.length) ||
|
|
2137
2138
|
value === null ||
|