@paperless/angular 1.3.1 → 1.3.2

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.
@@ -2020,6 +2020,7 @@ const createFormFilters = (values, quickFilters, quickFilterKey) => {
2020
2020
  const value = values[key];
2021
2021
  if (key !== quickFilterKey &&
2022
2022
  !(value instanceof Date) &&
2023
+ isNaN(value) &&
2023
2024
  !value?.length) {
2024
2025
  continue;
2025
2026
  }