Commit be4bdd64161a1dfdab668fb7ce9ae3b9a350b1a5

Authored by Amber Dev
1 parent 7b5f451a3f

time select issue in time table

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/pages/TimeTable/timeTable.vue
... ... @@ -127,7 +127,7 @@
127 127  
128 128 <!-- ****** ADD LECTURES IN TIME-TABLE ****** -->
129 129  
130   - <v-dialog v-model="dialogAddLecture" max-width="600px">
  130 + <v-dialog v-model="dialogAddLecture" max-width="600px" persistent>
131 131 <v-flex xs12 sm12>
132 132 <v-card flat class="card-style pa-2" dark>
133 133 <v-layout>
... ...