naprawa danych kategorycznych

This commit is contained in:
unknown 2024-01-20 17:47:55 +01:00
parent ffe2c13cdf
commit 234d08d0c1
2 changed files with 3 additions and 3 deletions

View File

@ -400,7 +400,7 @@ const handleRedirectChange = (event) => {
<form className="dropdown" id = "bodyPartList">
<select className="dropbtn"
onChange={event => {setBodyPart(event.target.value);
sentQuestion}}
sentQuestion()}}
defaultValue={bodyPart}>
<option value = "Right Foot">Noga Prawa</option>
<option value = "Left Foot">Noga Lewa</option>
@ -428,7 +428,7 @@ const handleRedirectChange = (event) => {
</form>
<form className="dropdown" id = "actionTypeList" onChange={event => {setActionType(event.target.value);
sentQuestion}}
sentQuestion()}}
defaultValue={technique}>
<select className="dropbtn">
<option value = "Open Play"> Atak Pozycyjny </option>
@ -439,7 +439,7 @@ const handleRedirectChange = (event) => {
</form>
<form className="dropdown" id = "possitionList"
onChange={event => {setPossition(event.target.value);
sentQuestion}}
sentQuestion()}}
defaultValue={shooterPossition}>
<select className="dropbtn">
<option value="Right Center Forward">Prawy Środkowy Napastnik</option>