mirror of
https://github.com/documenso/documenso.git
synced 2026-07-24 00:43:40 +10:00
fix: stuff
This commit is contained in:
@@ -290,7 +290,7 @@ type RecipientRow = {
|
||||
|
||||
const mapRecipient = (recipient: RecipientRow): AdminGlobalSearchResult => ({
|
||||
label: recipient.email,
|
||||
sublabel: joinSublabel([recipient.name, `on "${recipient.envelope.title}"`]),
|
||||
sublabel: joinSublabel([`#${recipient.id}`, recipient.name, `on "${recipient.envelope.title}"`]),
|
||||
path: `/admin/documents/${recipient.envelope.id}`,
|
||||
value: `recipient ${recipient.id} ${recipient.name} ${recipient.email} ${recipient.envelope.title}`,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user