Compare commits
2 Commits
master
...
remotes/or
| Author | SHA1 | Date |
|---|---|---|
|
|
f010167bdb | |
|
|
42b39b6713 |
4
.env
4
.env
|
|
@ -1,5 +1,5 @@
|
||||||
#VITE_REACT_APP_BACKEND_URL="https://sandbox.exampaper.vidh.ai"
|
#VITE_REACT_APP_BACKEND_URL="https://sandbox.exampaper.vidh.ai"
|
||||||
METABASE_BASE_URL="http://metabase.usln.in/public/question/d8774923-09bb-4cd9-903b-559d417e12cf"
|
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="http://localhost:9999"
|
||||||
VITE_REACT_APP_BACKEND_URL="https://api.exampaper.vidh.ai"
|
# VITE_REACT_APP_BACKEND_URL="https://api.exampaper.vidh.ai"
|
||||||
|
|
@ -99,6 +99,11 @@ const PlayGroundEditContainer = ({
|
||||||
setValue={setBarcode}
|
setValue={setBarcode}
|
||||||
placeholder={"BarCode"}
|
placeholder={"BarCode"}
|
||||||
/>
|
/>
|
||||||
|
<TextInputField
|
||||||
|
value={subjectCode}
|
||||||
|
setValue={setSubjectCode}
|
||||||
|
placeholder={"Subject code"}
|
||||||
|
/>
|
||||||
<TextInputField
|
<TextInputField
|
||||||
value={marks}
|
value={marks}
|
||||||
setValue={setMarks}
|
setValue={setMarks}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue