mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-10-31 22:40:01 +00:00
[frontend/bugfix] bulk import export link (#2275)
This commit is contained in:
parent
0dfb26097d
commit
5250b5775f
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue