fix(ui): ensure action bar is displayed
[e-mobility-charging-stations-simulator.git] / ui / web / src / components / actions / AddChargingStations.vue
index 9acd2d5e67c5c15f62923cd7a96fd66a9bc43c6b..8412fdd0a7374251cd0b89d842fc23691bcd8c25 100644 (file)
@@ -2,7 +2,7 @@
   <h1 id="action">Action</h1>
   <h2>Add Charging Stations</h2>
   <p>Template:</p>
-  <select v-if="state.ready" v-model="state.template">
+  <select v-show="state.ready" v-model="state.template">
     <option disabled value="">Please select a template</option>
     <option v-for="template in app?.appContext.config.globalProperties.$templates">
       {{ template }}