Skip to content

Commit 39d832c

Browse files
authored
Remove fallback loading message in spa.html
Removed fallback loading message from spa.html.
1 parent bd0f146 commit 39d832c

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

superset/templates/superset/spa.html

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -102,11 +102,6 @@
102102
alt="Loading..."
103103
style="{{ spinner_style }}"
104104
/>
105-
{% else %}
106-
<!-- Fallback: This should rarely happen with new logic -->
107-
<div style="{{ spinner_style }}">
108-
Loading...
109-
</div>
110105
{% endif %}
111106
</div>
112107
{% endblock %}

0 commit comments

Comments
 (0)