Fix redirect after create/edit user

Change-Id: Icdb797bf6b1a47cbeff901b1952672584b2e8e8f
This commit is contained in:
Michael Albert 2020-02-10 18:16:16 +01:00
parent 0f7e4c1909
commit 61b1580735

View File

@ -124,7 +124,7 @@ const UserCreateToolbar = props => (
/>
<SaveButton
label="synapseadmin.action.save_only"
redirect="show"
redirect="list"
submitOnEnter={false}
variant="text"
/>