Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: include the correct SCSS file for lti_block
lti_block has Sass for its display, but not for its editor. During the `add_sass_to_fragment` refactoring, I mixed this up: I added a non-existent scss file to the studio_view but didn't add the actual scss file to the student_view. Course authors using the (deprecated) lti_block saw: We're having trouble rendering your component Students will not be able to access this component. Re-edit your component to fix the error. Error: Sass not found: /edx/app/edxapp/edx-platform/xmodule/assets/LTIBlockEditor.scss as a result of this bug. Original PR: openedx#32592 Private-ref: https://2u-internal.atlassian.net/browse/TNL-11029
- Loading branch information