Commit 43af283e0587620d69ffbdfbf3cbdeeacc2d4511

Authored by Neeraj Sharma
1 parent a95d2830c1

fix solved issue in select add user

Showing 1 changed file with 2 additions and 1 deletions   Show diff stats
src/pages/Dashboard.vue
... ... @@ -395,7 +395,8 @@
395 395 <v-select
396 396 v-model="editedItem.country"
397 397 :items="countries"
398   - label="fill your country Name"
  398 + label="Select Country"
  399 + single-line
399 400 ></v-select>
400 401 </v-flex>
401 402 </v-layout>
... ...