Skip to content

Commit a598530

Browse files
correction in add tempalte
1 parent 5db8164 commit a598530

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/views/email-exchange/connectors/ListConnectorTemplates.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,9 @@ const ConnectorListTemplates = () => {
9999
)}
100100
<CippPageList
101101
title="Exchange Connector Templates"
102-
titleButton={<TitleButton href="/email/connectors/add-template" title="Add Template" />}
102+
titleButton={
103+
<TitleButton href="/email/connectors/add-connector-templates" title="Add Template" />
104+
}
103105
datatable={{
104106
reportName: `${tenant?.defaultDomainName}-Groups`,
105107
path: '/api/ListExconnectorTemplates',

0 commit comments

Comments
 (0)