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) {
|
function openChange(open: boolean) {
|
||||||
setOpen(open)
|
setOpen(open)
|
||||||
|
props.resetConflict()
|
||||||
}
|
}
|
||||||
|
|
||||||
function close() {
|
function close() {
|
||||||
setOpen(false)
|
setOpen(false)
|
||||||
props.resetConflict()
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue