This commit is contained in:
30404 2024-07-01 21:50:19 +08:00
parent 4a024ccf1a
commit 4ada04083e
1 changed files with 1 additions and 1 deletions

View File

@ -202,7 +202,7 @@ function SendTrain(){
<input type="checkbox" className='check_box' onClick={(event)=>{
if (event.target.checked) {
//ID
setTrainChoice(items=>([
setTrainChoice(items=>([
...items,
Trainquestion['choice'][key][7]
]))