Migrate StatusBarAlert to pargaon static build
This commit is contained in:
@@ -4,7 +4,7 @@ Wrapper for React/Paragon accessible status bar
|
||||
|
||||
import React from 'react';
|
||||
import ReactDOM from 'react-dom';
|
||||
import StatusAlert from '@edx/paragon/src/StatusAlert/index.jsx';
|
||||
import { StatusAlert } from '@edx/paragon/static';
|
||||
|
||||
export class StatusAlertRenderer {
|
||||
constructor(message, selector, afterselector) {
|
||||
|
||||
@@ -13,6 +13,8 @@
|
||||
{% stylesheet 'style-course-vendor' %}
|
||||
{% stylesheet 'style-course' %}
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="{% static 'paragon/static/paragon.min.css' %}" />
|
||||
|
||||
<script type="text/javascript">
|
||||
function ajaxError(){}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user