Skip to content

Commit

Permalink
[feat/#69] Fix: change step after all grading is completed
Browse files Browse the repository at this point in the history
  • Loading branch information
= committed Sep 17, 2023
1 parent 445edae commit 922a1b0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/components/Submit.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,13 @@ const Submit: FC = () => {
}
});
});
// 채점 종료 진행상황 반영
api.client
.get("steps/assignments/"+assignment_id+"/professor/"+user_id)
.then((response)=>{
console.log(response.data)
})

};

return (
Expand Down

0 comments on commit 922a1b0

Please # to comment.