fix: state reordering (#269)
* fix: state reordering * refactor: remove unnecessary argument * refactor: mutation after setting default
This commit is contained in:
parent
bb4ffec7e8
commit
0a88b3ed84
2 changed files with 37 additions and 53 deletions
|
|
@ -115,7 +115,6 @@ const StatesSettings: NextPage<UserAuth> = (props) => {
|
|||
<SingleState
|
||||
key={state.id}
|
||||
index={index}
|
||||
currentGroup={key}
|
||||
state={state}
|
||||
statesList={statesList}
|
||||
activeGroup={activeGroup}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue