Reset conflict on close for character conflict modal
This commit is contained in:
parent
eac805106a
commit
787abd8e85
1 changed files with 1 additions and 0 deletions
|
|
@ -65,6 +65,7 @@ const CharacterConflictModal = (props: Props) => {
|
|||
|
||||
function close() {
|
||||
setOpen(false)
|
||||
props.resetConflict()
|
||||
}
|
||||
|
||||
return (
|
||||
|
|
|
|||
Loading…
Reference in a new issue