mirror of
https://github.com/immich-app/immich.git
synced 2024-11-21 18:16:55 +02:00
fix(web): allow selecting people after clearing search options (#14146)
This commit is contained in:
parent
1fa0122eda
commit
1b5811d992
@ -84,7 +84,7 @@
|
||||
filter = {
|
||||
query: '',
|
||||
queryType: 'smart',
|
||||
personIds: new Set(),
|
||||
personIds: new SvelteSet(),
|
||||
location: {},
|
||||
camera: {},
|
||||
date: {},
|
||||
|
Loading…
Reference in New Issue
Block a user