Skip to content

Commit

Permalink
Merge pull request #196 from bcgov/adjust-manage-templates-buttons
Browse files Browse the repository at this point in the history
update button text
  • Loading branch information
mgtennant authored May 13, 2024
2 parents 9b6229a + 3b6aed2 commit 94eb0d2
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 94eb0d2

Please sign in to comment.