fix: Link to export page in admin section to avoid redirect
This commit is contained in:
@@ -24,7 +24,7 @@ export const ExportFailureEmail = ({ teamUrl }: { teamUrl: string }) => {
|
||||
<p>
|
||||
Sorry, your requested data export has failed, please visit the{" "}
|
||||
<a
|
||||
href={`${teamUrl}/settings/import-export`}
|
||||
href={`${teamUrl}/settings/export`}
|
||||
rel="noreferrer"
|
||||
target="_blank"
|
||||
>
|
||||
@@ -34,9 +34,7 @@ export const ExportFailureEmail = ({ teamUrl }: { teamUrl: string }) => {
|
||||
</p>
|
||||
<EmptySpace height={10} />
|
||||
<p>
|
||||
<Button href={`${teamUrl}/settings/import-export`}>
|
||||
Go to export
|
||||
</Button>
|
||||
<Button href={`${teamUrl}/settings/export`}>Go to export</Button>
|
||||
</p>
|
||||
</Body>
|
||||
|
||||
|
||||
@@ -30,7 +30,7 @@ export const ExportSuccessEmail = ({
|
||||
Your requested data export is complete, the exported files are also
|
||||
available in the{" "}
|
||||
<a
|
||||
href={`${teamUrl}/settings/import-export`}
|
||||
href={`${teamUrl}/settings/export`}
|
||||
rel="noreferrer"
|
||||
target="_blank"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user