mirror of
https://github.com/immich-app/immich.git
synced 2024-12-29 15:11: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 = {
|
filter = {
|
||||||
query: '',
|
query: '',
|
||||||
queryType: 'smart',
|
queryType: 'smart',
|
||||||
personIds: new Set(),
|
personIds: new SvelteSet(),
|
||||||
location: {},
|
location: {},
|
||||||
camera: {},
|
camera: {},
|
||||||
date: {},
|
date: {},
|
||||||
|
|
Loading…
Reference in a new issue