fix: people initialization on the merge face selector (#4435)

pull/4443/head
martin 2023-10-11 12:21:02 +07:00 committed by GitHub
parent eebe9bcd5f
commit 8222327299
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

@ -17,7 +17,7 @@
import SwapHorizontal from 'svelte-material-icons/SwapHorizontal.svelte';
export let person: PersonResponseDto;
let people: PersonResponseDto[];
let people: PersonResponseDto[] = [];
let selectedPeople: PersonResponseDto[] = [];
let screenHeight: number;
let isShowConfirmation = false;