fix: fix bad request made to course updates endpoint

This commit is contained in:
The Anh Nguyen 2024-10-18 19:01:41 +02:00
parent a7defca2c3
commit a53e9418e2
No known key found for this signature in database
GPG key ID: 82374ABD6D873A2A

View file

@ -17,7 +17,9 @@ export function CourseProvider({ children, courseuuid }: any) {
);
const initialState = {
courseStructure: {},
courseStructure: {
course_uuid: courseuuid,
},
courseOrder: {},
isSaved: true,
isLoading: true