mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-18 20:09:25 +00:00
fix: fix bad request made to course updates endpoint
This commit is contained in:
parent
a7defca2c3
commit
a53e9418e2
1 changed files with 3 additions and 1 deletions
|
|
@ -17,7 +17,9 @@ export function CourseProvider({ children, courseuuid }: any) {
|
|||
);
|
||||
|
||||
const initialState = {
|
||||
courseStructure: {},
|
||||
courseStructure: {
|
||||
course_uuid: courseuuid,
|
||||
},
|
||||
courseOrder: {},
|
||||
isSaved: true,
|
||||
isLoading: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue