Move redirect from SimpleForm to Create
Change-Id: I7c5c0043a49bcb16c131e400b2ebe022e233c5ae
This commit is contained in:
		
							parent
							
								
									2c769c309e
								
							
						
					
					
						commit
						b8a0b4bef5
					
				| @ -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 New Issue
	
	Block a user
	 dklimpel
						dklimpel