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

pull/1098/head
Hiep Le 5 years ago committed by Nick
parent 3befd57060
commit fddde494e2

@ -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-actions
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.ml-2(color='success', large, depressed, @click='updateGroup')
v-icon(left) mdi-check

Loading…
Cancel
Save