Fix resetting on close

This commit is contained in:
Justin Edmund 2022-12-24 23:33:53 -08:00
parent 4a4773b9b9
commit e5119b08db

View file

@ -60,11 +60,11 @@ const CharacterConflictModal = (props: Props) => {
function openChange(open: boolean) {
setOpen(open)
props.resetConflict()
}
function close() {
setOpen(false)
props.resetConflict()
}
return (