From 61b0fae3d0a99ddf15b2a16db44f277c42e70c56 Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Sat, 18 Apr 2026 18:05:06 +0000 Subject: [PATCH] Changes Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com> --- src/components/clients/contact-picker-popover.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/clients/contact-picker-popover.tsx b/src/components/clients/contact-picker-popover.tsx index c75301f..e3072d3 100644 --- a/src/components/clients/contact-picker-popover.tsx +++ b/src/components/clients/contact-picker-popover.tsx @@ -91,7 +91,9 @@ export function ContactPickerPopover({
- {filtered.length === 0 ? ( + {loading ? ( +

Searching…

+ ) : filtered.length === 0 ? (

No matching contacts.

) : (