mirror of
https://github.com/immich-app/immich.git
synced 2026-02-04 19:12:11 -08:00
Update web/src/lib/components/faces-page/person-side-panel.svelte
Co-authored-by: Daniel Dietzler <36593685+danieldietzler@users.noreply.github.com>
This commit is contained in:
@@ -180,7 +180,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
for (const [id, _] of Object.entries(selectedFaceToRemove)) {
|
||||
for (const [id] of Object.entries(selectedFaceToRemove)) {
|
||||
await unassignFace({
|
||||
id,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user