This commit is contained in:
nopy 2024-07-01 21:51:58 +08:00
commit 385044da04
1 changed files with 1 additions and 1 deletions

View File

@ -190,7 +190,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]
]))