Skip to content

Commit

Permalink
correction in add tempalte
Browse files Browse the repository at this point in the history
  • Loading branch information
KelvinTegelaar committed Aug 3, 2023
1 parent 5db8164 commit a598530
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,9 @@ const ConnectorListTemplates = () => {
)}
<CippPageList
title="Exchange Connector Templates"
titleButton={<TitleButton href="/email/connectors/add-template" title="Add Template" />}
titleButton={
<TitleButton href="/email/connectors/add-connector-templates" title="Add Template" />
}
datatable={{
reportName: `${tenant?.defaultDomainName}-Groups`,
path: '/api/ListExconnectorTemplates',
Expand Down

0 comments on commit a598530

Please sign in to comment.