mirror of
https://github.com/UA-Fediland/synapse-admin.git
synced 2024-11-08 15:54:51 +00:00
Bugfix URL for import users from CSV
This commit is contained in:
parent
e5d2d895d9
commit
c8d9a6db55
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ import { makeStyles } from "@material-ui/core/styles";
|
|||
|
||||
const redirect = (basePath, id, data) => {
|
||||
return {
|
||||
pathname: "/importcsv",
|
||||
pathname: "/import_users",
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue