Skip to content

Commit

Permalink
update button text
Browse files Browse the repository at this point in the history
  • Loading branch information
mgtennant committed May 13, 2024
1 parent c5cbe83 commit 3b6aed2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ const TemplateInfoTable: React.FC<TemplateInfoTableProps> = ({ documentType, ref
variant="info"
onClick={() => handleDownloadTemplate(info.row.original.id, info.row.original.file_name)}
>
View Doc
Download
</Button>
),
header: () => null,
Expand All @@ -182,7 +182,7 @@ const TemplateInfoTable: React.FC<TemplateInfoTableProps> = ({ documentType, ref
handleEditTemplate(info.row.original.id, info.row.original.file_name, info.row.original.template_version)
}
>
Edit Doc
Edit
</Button>
),
header: () => null,
Expand Down

0 comments on commit 3b6aed2

Please sign in to comment.