[frontend/bugfix] bulk import export link (#2275)
This commit is contained in:
parent
0dfb26097d
commit
5250b5775f
|
@ -78,7 +78,7 @@ export default function DomainPermissionsOverview({ permType, baseUrl }: DomainP
|
||||||
permType={permType}
|
permType={permType}
|
||||||
permTypeUpper={permTypeUpper}
|
permTypeUpper={permTypeUpper}
|
||||||
/>
|
/>
|
||||||
<Link to={`${baseUrl}/import-export`}>
|
<Link to="/settings/admin/domain-permissions/import-export">
|
||||||
<a>Or use the bulk import/export interface</a>
|
<a>Or use the bulk import/export interface</a>
|
||||||
</Link>
|
</Link>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue