Compare commits

..

No commits in common. "remotes/origin/part_a_playground" and "master" have entirely different histories.

2 changed files with 2 additions and 7 deletions

4
.env
View File

@ -1,5 +1,5 @@
#VITE_REACT_APP_BACKEND_URL="https://sandbox.exampaper.vidh.ai"
METABASE_BASE_URL="http://metabase.usln.in/public/question/d8774923-09bb-4cd9-903b-559d417e12cf"
VITE_REACT_APP_BACKEND_URL="http://localhost:9999"
# VITE_REACT_APP_BACKEND_URL="https://api.exampaper.vidh.ai"
# VITE_REACT_APP_BACKEND_URL="http://localhost:9999"
VITE_REACT_APP_BACKEND_URL="https://api.exampaper.vidh.ai"

View File

@ -99,11 +99,6 @@ const PlayGroundEditContainer = ({
setValue={setBarcode}
placeholder={"BarCode"}
/>
<TextInputField
value={subjectCode}
setValue={setSubjectCode}
placeholder={"Subject code"}
/>
<TextInputField
value={marks}
setValue={setMarks}