Clear suggested FR answer after submission

This commit is contained in:
Benjamin 2022-06-30 14:43:28 -07:00
parent a5a0a1370a
commit 49efcce3e8

View File

@ -58,6 +58,7 @@ export function CreateAnswerPanel(props: { contract: FreeResponseContract }) {
setText('')
setBetAmount(10)
setAmountError(undefined)
setPossibleDuplicateAnswer(undefined)
} else setAmountError(result.message)
}
}