This commit is contained in:
Andrew Kingston 2024-10-24 07:25:45 +01:00
parent 9c7e3cd95e
commit 8a0193cfb7
No known key found for this signature in database
1 changed files with 2 additions and 2 deletions

View File

@ -54,9 +54,9 @@
}
}
// We still may need to migrate this even though the backend does it automatically nmow
// We still may need to migrate this even though the backend does it automatically now
// for query definitions. This is because we might be editing saved filter definitions
// from old screens, which will still be of type LegacyFilter[]
// from old screens, which will still be of type LegacyFilter[].
const migrateFilters = filters => {
if (Array.isArray(filters)) {
return utils.processSearchFilters(filters)