mirror of
https://github.com/documenso/documenso.git
synced 2025-11-13 16:23:06 +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",
|
selected ? "font-semibold" : "font-normal",
|
||||||
"ml-3 block truncate"
|
"ml-3 block truncate"
|
||||||
)}>
|
)}>
|
||||||
{`${selectedRecipient?.name} <${selectedRecipient?.email}>`}
|
{`${recipient?.name} <${recipient?.email}>`}
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user