Merge branch 'master' into view-calculation-sort-by-calculations

This commit is contained in:
Sam Rose 2024-10-11 16:05:46 +01:00 committed by GitHub
commit 3920ee6db3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -172,7 +172,7 @@ export const processSearchFilters = (
.sort((a, b) => {
return a.localeCompare(b)
})
.filter(key => key in filter)
.filter(key => filter[key])
if (filterPropertyKeys.length == 1) {
const key = filterPropertyKeys[0],