Browse Source

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

Hiep Le 5 năm trước cách đây
mục cha
commit
fddde494e2

+ 1 - 1
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