Reset conflict on close for character conflict modal

This commit is contained in:
Justin Edmund 2023-01-02 21:41:07 -08:00
parent eac805106a
commit 787abd8e85

View file

@ -65,6 +65,7 @@ const CharacterConflictModal = (props: Props) => {
function close() {
setOpen(false)
props.resetConflict()
}
return (