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

pull/39133/head
Ahmad Abdolsaheb 2020-06-23 21:09:06 +03:00 committed by GitHub
parent decf1ece99
commit 9fe222680c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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