Changes
Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
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">
|
||||
|
||||
Reference in New Issue
Block a user