Skip to content

Commit

Permalink
chore: add flag to stop override css from lms+studio
Browse files Browse the repository at this point in the history
  • Loading branch information
leangseu-edx committed Jul 21, 2023
1 parent a666a1a commit 9fb7429
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions openassessment/xblock/openassessmentblock.py
Original file line number Diff line number Diff line change
Expand Up @@ -702,6 +702,7 @@ def _render_react_page(self, page_name, props, on_mount_func=None):
"PAGE_NAME": page_name,
"ON_MOUNT_FUNC": on_mount_func,
"IS_DEV_SERVER": LoadStatic.get_is_dev_server(),
"DISABLE_DEFAULT_CSS": True,
}

initialize_js_func='RenderReact'
Expand Down

0 comments on commit 9fb7429

Please sign in to comment.