mirror of
https://github.com/immich-app/immich.git
synced 2024-11-15 18:08:48 -07:00
fix(web): correctly populate the camera model search dropdown (#11883)
This commit is contained in:
parent
c9f1304bce
commit
bd42e05152
@ -42,7 +42,7 @@
|
||||
includeNull: true,
|
||||
});
|
||||
|
||||
const models = results.map((result) => result ?? '');
|
||||
models = results.map((result) => result ?? '');
|
||||
|
||||
if (filters.model && !models.includes(filters.model)) {
|
||||
filters.model = undefined;
|
||||
|
Loading…
Reference in New Issue
Block a user