Skip to content

Commit

Permalink
After creating redirect to list #170
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuboczoch committed Oct 22, 2020
1 parent 302c83f commit f146105
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions react-admin/src/models/users/create.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ import {
export default (props) => (
<Create
{...props}
undoable={false}
undoable='false'
>
<SimpleForm>
<SimpleForm redirect='list'>
<TextInput
source='username'
type='text'
Expand Down

0 comments on commit f146105

Please sign in to comment.