1
0
mirror of https://github.com/immich-app/immich.git synced 2024-11-20 18:15:52 +02:00

fix(web): allow selecting people after clearing search options (#14146)

This commit is contained in:
Michel Heusschen 2024-11-14 16:59:50 +01:00 committed by GitHub
parent 1fa0122eda
commit 1b5811d992
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -84,7 +84,7 @@
filter = {
query: '',
queryType: 'smart',
personIds: new Set(),
personIds: new SvelteSet(),
location: {},
camera: {},
date: {},