mirror of
https://github.com/superseriousbusiness/gotosocial
synced 2025-06-05 21:59:39 +02:00
[frontend/bugfix] bulk import export link (#2275)
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user