File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
ui/src/components/PublicKeys Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2121 <span > You don't have this kind of authorization. </span >
2222 </v-tooltip >
2323
24- <BaseDialog v-model =" showDialog" transition =" dialog-bottom-transition" >
24+ <BaseDialog v-model =" showDialog" @close = " close " transition =" dialog-bottom-transition" >
2525 <v-card class =" bg-v-theme-surface" >
2626 <v-card-title class =" text-h5 pa-3 bg-primary" data-test =" pk-add-title" >
2727 New Public Key
Original file line number Diff line number Diff line change 1717 </div >
1818 </v-list-item >
1919
20- <BaseDialog v-model =" showDialog" transition =" dialog-bottom-transition" >
20+ <BaseDialog v-model =" showDialog" @close = " close " transition =" dialog-bottom-transition" >
2121 <v-card class =" bg-v-theme-surface" >
2222 <v-card-title class =" text-h5 pa-3 bg-primary" data-test =" public-key-edit-title" >
2323 Edit Public Key
You can’t perform that action at this time.
0 commit comments