Select a person to tag
{#if filteredCandidates.length > 0}
{#each filteredCandidates as person (person.id)}
tagFace(person)} type="button" class="w-full flex place-items-center gap-2 rounded-lg pl-1 pr-4 py-2 hover:bg-immich-primary/25" >
{person.name}
{/each}
{:else}
No matching people found
{/if}
Cancel