Browse Source

fix: v-btn flat is deprecated (#1089)

pull/1098/head
Hiep Le 5 years ago
committed by Nick
parent
commit
fddde494e2
1 changed files with 1 additions and 1 deletions
  1. 2
      client/components/admin/admin-groups-edit.vue

2
client/components/admin/admin-groups-edit.vue

@ -21,7 +21,7 @@
v-card-text Are you sure you want to delete group #[strong {{ group.name }}]? All users will be unassigned from this group. v-card-text Are you sure you want to delete group #[strong {{ group.name }}]? All users will be unassigned from this group.
v-card-actions v-card-actions
v-spacer v-spacer
v-btn(flat, @click='deleteGroupDialog = false') Cancel
v-btn(text, @click='deleteGroupDialog = false') Cancel
v-btn(color='red', dark, @click='deleteGroup') Delete v-btn(color='red', dark, @click='deleteGroup') Delete
v-btn.ml-2(color='success', large, depressed, @click='updateGroup') v-btn.ml-2(color='success', large, depressed, @click='updateGroup')
v-icon(left) mdi-check v-icon(left) mdi-check

Loading…
Cancel
Save