mirror of
https://github.com/documenso/documenso.git
synced 2025-11-13 08:13:56 +10:00
small fix for recipient-selector
ListBox options must be unique
This commit is contained in:
@ -66,7 +66,7 @@ export default function RecipientSelector(props: any) {
|
||||
selected ? "font-semibold" : "font-normal",
|
||||
"ml-3 block truncate"
|
||||
)}>
|
||||
{`${selectedRecipient?.name} <${selectedRecipient?.email}>`}
|
||||
{`${recipient?.name} <${recipient?.email}>`}
|
||||
</span>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user