Revise response format due to Blueprinter
This commit is contained in:
parent
0c89300664
commit
c401804e7b
1 changed files with 1 additions and 1 deletions
|
|
@ -225,7 +225,7 @@ const CharacterGrid = (props: Props) => {
|
||||||
.updateJobSkills({ partyId: party.id, params: payload })
|
.updateJobSkills({ partyId: party.id, params: payload })
|
||||||
.then((response) => {
|
.then((response) => {
|
||||||
// Update the current skills
|
// Update the current skills
|
||||||
const newSkills = response.data.party.job_skills
|
const newSkills = response.data.job_skills
|
||||||
setJobSkills(newSkills)
|
setJobSkills(newSkills)
|
||||||
appState.party.jobSkills = newSkills
|
appState.party.jobSkills = newSkills
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue