mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-09 15:38:21 -07:00
Finishes #180264854. Prevents empty dataset modal from displaying on browse page
This commit is contained in:
parent
b45dca7a5a
commit
bde992c96b
3 changed files with 10 additions and 7 deletions
|
|
@ -90,3 +90,5 @@
|
|||
|
||||
<%= render partial: "variance_chart", locals: { presenters: @variance_chart_row_presenters} %>
|
||||
</div>
|
||||
|
||||
<%= render partial: 'layouts/empty_dataset_modal' if @has_empty_dataset %>
|
||||
|
|
|
|||
|
|
@ -33,7 +33,5 @@
|
|||
<%= render partial: 'layouts/footer' %>
|
||||
</div>
|
||||
|
||||
<%= render partial: 'layouts/empty_dataset_modal' if @has_empty_dataset %>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue