We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00f6709 commit 025e869Copy full SHA for 025e869
ui/src/components/PrivateKeys/PrivateKeyAdd.vue
@@ -1,5 +1,5 @@
1
<template>
2
- <BaseDialog v-model="showDialog" transition="dialog-bottom-transition">
+ <BaseDialog v-model="showDialog" @close="close" transition="dialog-bottom-transition">
3
<v-card class="bg-v-theme-surface">
4
<v-card-title class="text-h5 pa-3 bg-primary" data-test="card-title">
5
New Private Key
ui/src/components/PrivateKeys/PrivateKeyEdit.vue
@@ -12,7 +12,7 @@
12
</div>
13
</v-list-item>
14
15
16
17
<v-card-title class="text-h5 pa-3 bg-primary">
18
Edit Private Key
0 commit comments