1
0
mirror of https://github.com/immich-app/immich.git synced 2025-06-26 05:01:05 +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

View File

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