mirror of
https://github.com/documenso/documenso.git
synced 2025-11-13 08:13:56 +10:00
Merge pull request #440 from PeterKwesiAnsah/chore/add-empty-recipientlist-message
chore: add empty message
This commit is contained in:
@ -351,7 +351,11 @@ export const AddFieldsFormPartial = ({
|
|||||||
<PopoverContent className="p-0" align="start">
|
<PopoverContent className="p-0" align="start">
|
||||||
<Command>
|
<Command>
|
||||||
<CommandInput />
|
<CommandInput />
|
||||||
<CommandEmpty />
|
<CommandEmpty>
|
||||||
|
<span className="text-muted-foreground inline-block px-4">
|
||||||
|
No recipient matching this description was found.
|
||||||
|
</span>
|
||||||
|
</CommandEmpty>
|
||||||
|
|
||||||
<CommandGroup>
|
<CommandGroup>
|
||||||
{recipients.map((recipient, index) => (
|
{recipients.map((recipient, index) => (
|
||||||
|
|||||||
Reference in New Issue
Block a user