mirror of
https://github.com/apache/superset.git
synced 2026-04-18 15:44:57 +00:00
[bugfix] html points to dashboard.entry.js instead of jsx (#749)
This commit is contained in:
committed by
GitHub
parent
18b8e6fa58
commit
082645d312
@@ -2,7 +2,7 @@
|
||||
|
||||
{% block head_js %}
|
||||
{{ super() }}
|
||||
<script src="/static/assets/javascripts/dist/dashboard.entry.js"></script>
|
||||
<script src="/static/assets/javascripts/dist/dashboard.entry.jsx"></script>
|
||||
{% endblock %}
|
||||
{% block title %}[dashboard] {{ dashboard.dashboard_title }}{% endblock %}
|
||||
{% block body %}
|
||||
|
||||
Reference in New Issue
Block a user