fix: [AA-1018] api cleanup
Back off change to fetchCourse in courseware/thunks.js
This commit is contained in:
@@ -140,10 +140,7 @@ export function fetchCourse(courseId) {
|
||||
if (courseMetadataResult.status === 'fulfilled') {
|
||||
dispatch(addModel({
|
||||
modelType: 'coursewareMeta',
|
||||
model: {
|
||||
id: courseId,
|
||||
...courseMetadataResult.value,
|
||||
},
|
||||
model: courseMetadataResult.value,
|
||||
}));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user