mirror of
https://github.com/Awesome-Technologies/synapse-admin.git
synced 2025-07-25 15:04:36 +02:00
Bugfix URL for import users from CSV
This commit is contained in:
parent
e5d2d895d9
commit
c8d9a6db55
@ -47,7 +47,7 @@ import { makeStyles } from "@material-ui/core/styles";
|
||||
|
||||
const redirect = (basePath, id, data) => {
|
||||
return {
|
||||
pathname: "/importcsv",
|
||||
pathname: "/import_users",
|
||||
};
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user