From c16cbd7a543834a61a86a1559c97915a33aa960c Mon Sep 17 00:00:00 2001 From: Waheed Ahmed Date: Fri, 27 Apr 2018 22:35:52 +0500 Subject: [PATCH] Fix course selection on single support form. Use defaultValue instead of value attribute. LEARNER-5126 --- .../support/static/support/jsx/logged_in_user.jsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/lms/djangoapps/support/static/support/jsx/logged_in_user.jsx b/lms/djangoapps/support/static/support/jsx/logged_in_user.jsx index 95c173020b..a4a7f3f3d3 100644 --- a/lms/djangoapps/support/static/support/jsx/logged_in_user.jsx +++ b/lms/djangoapps/support/static/support/jsx/logged_in_user.jsx @@ -10,7 +10,7 @@ function LoggedInUser({ userInformation, setErrorState, zendeskApiHost, submitFo if (userInformation.enrollments) { courseElement = (
-
- {/*TODO file uploading will be done after initial release*/} - {/**/} + {/* TODO file uploading will be done after initial release */} + {/* */}