fix: remove a couple unused learning MFE serializer fields

Now that the frontend assumes there are no legacy courseware pages,
we can stop sending them info about it.
This commit is contained in:
Michael Terry
2022-04-19 09:24:56 -04:00
parent f416308a66
commit bc10f653dc
5 changed files with 0 additions and 8 deletions

View File

@@ -7431,7 +7431,6 @@ definitions:
- original_user_is_staff
- tabs
- title
- can_load_courseware
- celebrations
type: object
properties:
@@ -7479,9 +7478,6 @@ definitions:
title: Title
type: string
minLength: 1
can_load_courseware:
title: Can load courseware
type: boolean
celebrations:
title: Celebrations
type: object