mirror of
https://github.com/UA-Fediland/synapse-admin.git
synced 2024-11-09 16:24:51 +00:00
Move redirect from SimpleForm to Create
Change-Id: I7c5c0043a49bcb16c131e400b2ebe022e233c5ae
This commit is contained in:
parent
2c769c309e
commit
b8a0b4bef5
1 changed files with 1 additions and 2 deletions
|
@ -80,9 +80,8 @@ export const RegistrationTokenList = props => (
|
||||||
);
|
);
|
||||||
|
|
||||||
export const RegistrationTokenCreate = props => (
|
export const RegistrationTokenCreate = props => (
|
||||||
<Create {...props}>
|
<Create {...props} redirect="list">
|
||||||
<SimpleForm
|
<SimpleForm
|
||||||
redirect="list"
|
|
||||||
toolbar={
|
toolbar={
|
||||||
<Toolbar>
|
<Toolbar>
|
||||||
{/* It is possible to create tokens per default without input. */}
|
{/* It is possible to create tokens per default without input. */}
|
||||||
|
|
Loading…
Reference in a new issue