Merge pull request #440 from PeterKwesiAnsah/chore/add-empty-recipientlist-message

chore: add empty message
This commit is contained in:
Lucas Smith
2023-09-28 22:12:21 +10:00
committed by GitHub

View File

@ -351,7 +351,11 @@ export const AddFieldsFormPartial = ({
<PopoverContent className="p-0" align="start">
<Command>
<CommandInput />
<CommandEmpty />
<CommandEmpty>
<span className="text-muted-foreground inline-block px-4">
No recipient matching this description was found.
</span>
</CommandEmpty>
<CommandGroup>
{recipients.map((recipient, index) => (