mirror of
https://github.com/documenso/documenso.git
synced 2025-11-12 07:43:16 +10:00
refactor: add comments
This commit is contained in:
@ -51,6 +51,7 @@ export const DocumentHistorySheet = ({
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
getNextPageParam: (lastPage) => lastPage.nextCursor,
|
getNextPageParam: (lastPage) => lastPage.nextCursor,
|
||||||
|
keepPreviousData: true,
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
|
|
||||||
@ -168,6 +169,7 @@ export const DocumentHistorySheet = ({
|
|||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
|
// Insert the name to the start of the array if available.
|
||||||
if (data.recipientName) {
|
if (data.recipientName) {
|
||||||
values.unshift({
|
values.unshift({
|
||||||
key: 'Name',
|
key: 'Name',
|
||||||
|
|||||||
@ -9,7 +9,7 @@ export const RECIPIENT_ROLES_DESCRIPTION = {
|
|||||||
},
|
},
|
||||||
[RecipientRole.CC]: {
|
[RecipientRole.CC]: {
|
||||||
actionVerb: 'CC',
|
actionVerb: 'CC',
|
||||||
actioned: 'CCed',
|
actioned: `CC'd`,
|
||||||
progressiveVerb: 'CC',
|
progressiveVerb: 'CC',
|
||||||
roleName: 'Cc',
|
roleName: 'Cc',
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user