From 9fe222680c843e9fdfe65778d3c7833c982e4f89 Mon Sep 17 00:00:00 2001 From: Ahmad Abdolsaheb Date: Tue, 23 Jun 2020 21:09:06 +0300 Subject: [PATCH] fix: set radio button selection to null (#39120) --- client/src/templates/Challenges/video/Show.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/templates/Challenges/video/Show.js b/client/src/templates/Challenges/video/Show.js index a290f958a2..e87a018b79 100644 --- a/client/src/templates/Challenges/video/Show.js +++ b/client/src/templates/Challenges/video/Show.js @@ -72,7 +72,7 @@ export class Project extends Component { this.state = { subtitles: '', downloadURL: null, - selectedOption: 0, + selectedOption: null, answer: 1, showWrong: false, videoIsLoaded: false