File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
ui/admin/src/components/User Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11<template >
22 <v-btn class =" mr-6" @click =" showDialog = true" v-bind =" $attrs" >Export CSV</v-btn >
33
4- <BaseDialog v-model =" showDialog" transition =" dialog-bottom-transition" >
4+ <BaseDialog v-model =" showDialog" @close = " closeDialog " transition =" dialog-bottom-transition" >
55 <v-card >
66 <v-card-title class =" text-h5 pb-2" >Export users data</v-card-title >
77 <v-divider />
Original file line number Diff line number Diff line change 2626 <span >Edit</span >
2727 </v-tooltip >
2828
29- <BaseDialog v-model =" showDialog" @click:outside =" close" transition =" dialog-bottom-transition" >
29+ <BaseDialog v-model =" showDialog" @close =" close" transition =" dialog-bottom-transition" >
3030 <v-card >
3131 <v-card-title class =" text-h5 pb-2" >{{ titleCard }}</v-card-title >
3232 <v-divider />
Original file line number Diff line number Diff line change 1414 <span >Enable Local Authentication</span >
1515 </v-tooltip >
1616
17- <BaseDialog v-model =" showDialog" @click:outside =" close" >
17+ <BaseDialog v-model =" showDialog" @close =" close" >
1818 <v-card >
1919 <v-card-title class =" text-h5 pb-2" >Enable Local Authentication</v-card-title >
2020 <v-divider />
You can’t perform that action at this time.
0 commit comments