Procházet zdrojové kódy

Fixed sorting issue with new dashboards

Andrew Kane před 8 roky
rodič
revize
ed45a887bc
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      app/views/blazer/dashboards/_form.html.erb

+ 1 - 1
app/views/blazer/dashboards/_form.html.erb

@@ -7,7 +7,7 @@
     <%= f.label :name %>
     <%= f.text_field :name, class: "form-control" %>
   </div>
-  <div class="form-group" v-if="queries.length">
+  <div class="form-group" v-show="queries.length">
     <%= f.label :charts %>
     <ul id="queries" class="list-group">
       <li class="list-group-item" v-for="(query, index) in queries" :key="query.id" v-cloak>