mirror of
https://github.com/immich-app/immich.git
synced 2024-12-28 06:31:58 +00:00
fix(web): allow selecting people after clearing search options (#14146)
This commit is contained in:
parent
1fa0122eda
commit
1b5811d992
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@
|
|||
filter = {
|
||||
query: '',
|
||||
queryType: 'smart',
|
||||
personIds: new Set(),
|
||||
personIds: new SvelteSet(),
|
||||
location: {},
|
||||
camera: {},
|
||||
date: {},
|
||||
|
|
Loading…
Reference in a new issue