[frontend/bugfix] bulk import export link (#2275)

This commit is contained in:
tobi 2023-10-18 10:44:00 +02:00 committed by GitHub
parent 0dfb26097d
commit 5250b5775f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ export default function DomainPermissionsOverview({ permType, baseUrl }: DomainP
permType={permType}
permTypeUpper={permTypeUpper}
/>
<Link to={`${baseUrl}/import-export`}>
<Link to="/settings/admin/domain-permissions/import-export">
<a>Or use the bulk import/export interface</a>
</Link>
</div>