feat: upgrade FLCC version (#309)

Co-authored-by: rayzhou-bit <rzhou@2u.com>
This commit is contained in:
connorhaugh
2022-06-09 16:08:04 -04:00
committed by GitHub
parent 2f16803484
commit 6fa312f7b4
4 changed files with 10186 additions and 27293 deletions

View File

@@ -28,6 +28,7 @@ export default function CourseAuthoringPage({ courseId, children }) {
const courseTitle = courseDetail ? courseDetail.name : courseId;
const courseAppsApiStatus = useSelector(getCourseAppsApiStatus);
const inProgress = useSelector(getLoadingStatus) === RequestStatus.IN_PROGRESS;
const { pathname } = useLocation();
if (courseAppsApiStatus === RequestStatus.DENIED) {
return (
<PermissionDeniedAlert />
@@ -49,7 +50,6 @@ export default function CourseAuthoringPage({ courseId, children }) {
</div>
);
const { pathname } = useLocation();
return (
<div className="bg-light-200">
{/* While V2 Editors are tempoarily served from thier own pages