Auto Submit

dev_local_v9_xiangtandaxue
autosubmit 3 years ago
parent 00fd25b013
commit 46802ca2af

@ -795,7 +795,7 @@ var Uploads = function Uploads(_ref) {
attachment_id: item.attachment_id,
course_id: params.coursesId,
category_id: Location === null || Location === void 0 ? void 0 : (_Location$query = Location.query) === null || _Location$query === void 0 ? void 0 : _Location$query.categoryId,
allow_skip: (item === null || item === void 0 ? void 0 : item.allow_skip) || false
allow_skip: item === null || item === void 0 ? void 0 : item.allow_skip
};
})
});
@ -852,7 +852,8 @@ var Uploads = function Uploads(_ref) {
file: file,
loaded: 0,
name: file.name,
title: ''
title: '',
allow_skip: true
}]);
videoList = newVideoList;
setVideoList(newVideoList);

Loading…
Cancel
Save