mirror of
https://github.com/immich-app/immich.git
synced 2025-01-19 18:26:46 +01:00
fix: people initialization on the merge face selector (#4435)
This commit is contained in:
parent
eebe9bcd5f
commit
8222327299
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
||||||
import SwapHorizontal from 'svelte-material-icons/SwapHorizontal.svelte';
|
import SwapHorizontal from 'svelte-material-icons/SwapHorizontal.svelte';
|
||||||
|
|
||||||
export let person: PersonResponseDto;
|
export let person: PersonResponseDto;
|
||||||
let people: PersonResponseDto[];
|
let people: PersonResponseDto[] = [];
|
||||||
let selectedPeople: PersonResponseDto[] = [];
|
let selectedPeople: PersonResponseDto[] = [];
|
||||||
let screenHeight: number;
|
let screenHeight: number;
|
||||||
let isShowConfirmation = false;
|
let isShowConfirmation = false;
|
||||||
|
|
Loading…
Reference in a new issue