Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot]
2026-04-18 18:05:06 +00:00
co-authored by renee-png
parent fddc5f7b4b
commit 61b0fae3d0
@@ -91,7 +91,9 @@ export function ContactPickerPopover({
</div>
</div>
<div className="max-h-72 overflow-auto">
{filtered.length === 0 ? (
{loading ? (
<p className="text-xs text-muted-foreground p-3">Searching…</p>
) : filtered.length === 0 ? (
<p className="text-xs text-muted-foreground p-3">No matching contacts.</p>
) : (
<ul className="divide-y">