fix: set radio button selection to null (#39120)

This commit is contained in:
Ahmad Abdolsaheb
2020-06-23 21:09:06 +03:00
committed by GitHub
parent decf1ece99
commit 9fe222680c

View File

@ -72,7 +72,7 @@ export class Project extends Component {
this.state = { this.state = {
subtitles: '', subtitles: '',
downloadURL: null, downloadURL: null,
selectedOption: 0, selectedOption: null,
answer: 1, answer: 1,
showWrong: false, showWrong: false,
videoIsLoaded: false videoIsLoaded: false