Fix resetting on close
This commit is contained in:
parent
4a4773b9b9
commit
e5119b08db
1 changed files with 1 additions and 1 deletions
|
|
@ -60,11 +60,11 @@ const CharacterConflictModal = (props: Props) => {
|
|||
|
||||
function openChange(open: boolean) {
|
||||
setOpen(open)
|
||||
props.resetConflict()
|
||||
}
|
||||
|
||||
function close() {
|
||||
setOpen(false)
|
||||
props.resetConflict()
|
||||
}
|
||||
|
||||
return (
|
||||
|
|
|
|||
Loading…
Reference in a new issue