mirror of
https://github.com/documenso/documenso.git
synced 2025-11-14 00:32:43 +10:00
feat: add envelope editor
This commit is contained in:
@ -56,7 +56,7 @@ export const TemplatesTable = ({
|
||||
const formatTemplateLink = (row: TemplatesTableRow) => {
|
||||
const path = formatTemplatesPath(team.url);
|
||||
|
||||
return `${path}/${row.id}`;
|
||||
return `${path}/${row.envelopeId}`;
|
||||
};
|
||||
|
||||
const columns = useMemo(() => {
|
||||
|
||||
Reference in New Issue
Block a user