chore: add empty message

This commit is contained in:
PeterKwesiAnsah
2023-09-27 13:08:59 +01:00
parent 3f67b0f27e
commit f003a2864e

View File

@ -340,7 +340,9 @@ export const AddFieldsFormPartial = ({
<PopoverContent className="p-0" align="start"> <PopoverContent className="p-0" align="start">
<Command> <Command>
<CommandInput /> <CommandInput />
<CommandEmpty /> <CommandEmpty>
<span>No Recipient matching this description was found.</span>
</CommandEmpty>
<CommandGroup> <CommandGroup>
{recipients.map((recipient, index) => ( {recipients.map((recipient, index) => (