mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19: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 = {
|
const initialState = {
|
||||||
courseStructure: {},
|
courseStructure: {
|
||||||
|
course_uuid: courseuuid,
|
||||||
|
},
|
||||||
courseOrder: {},
|
courseOrder: {},
|
||||||
isSaved: true,
|
isSaved: true,
|
||||||
isLoading: true
|
isLoading: true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue