naprawa danych kategorycznych
This commit is contained in:
parent
ffe2c13cdf
commit
234d08d0c1
@ -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>
|
||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user