mirror of
https://github.com/documenso/documenso.git
synced 2025-11-13 16:23:06 +10:00
chore: add empty message
This commit is contained in:
@ -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) => (
|
||||||
|
|||||||
Reference in New Issue
Block a user