Fix a small bug where party was not editable in state
This commit is contained in:
parent
520a4dd3f5
commit
06eef3c248
1 changed files with 3 additions and 0 deletions
|
|
@ -50,6 +50,9 @@ const TopHeader = () => {
|
||||||
Object.keys(resetState).forEach((key) => {
|
Object.keys(resetState).forEach((key) => {
|
||||||
appState[key] = resetState[key]
|
appState[key] = resetState[key]
|
||||||
})
|
})
|
||||||
|
|
||||||
|
// Set party to be editable
|
||||||
|
appState.party.editable = true
|
||||||
}
|
}
|
||||||
|
|
||||||
function logout() {
|
function logout() {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue