Add dispatch for new feature flag
This commit is contained in:
@@ -14,6 +14,7 @@ import {
|
||||
import {
|
||||
setsSpecialExamsEnabled,
|
||||
setsProctoredExamsEnabled,
|
||||
setsShortLinkFeatureFlag,
|
||||
fetchCourseRequest,
|
||||
fetchCourseSuccess,
|
||||
fetchCourseFailure,
|
||||
@@ -151,6 +152,9 @@ export function fetchCourse(courseId) {
|
||||
dispatch(setsProctoredExamsEnabled({
|
||||
proctoredExamsEnabledWaffleFlag: courseMetadataResult.value.proctoredExamsEnabledWaffleFlag,
|
||||
}));
|
||||
dispatch(setsShortLinkFeatureFlag({
|
||||
shortLinkFeatureFlag: courseMetadataResult.value.shortLinkFeatureFlag,
|
||||
}));
|
||||
}
|
||||
|
||||
if (courseBlocksResult.status === 'fulfilled') {
|
||||
|
||||
Reference in New Issue
Block a user