Skip to content

Commit 025e869

Browse files
luizhf42gustavosbarreto
authored andcommitted
refactor(ui): use BaseDialog @close event in PrivateKeys components
1 parent 00f6709 commit 025e869

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ui/src/components/PrivateKeys/PrivateKeyAdd.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<template>
2-
<BaseDialog v-model="showDialog" transition="dialog-bottom-transition">
2+
<BaseDialog v-model="showDialog" @close="close" transition="dialog-bottom-transition">
33
<v-card class="bg-v-theme-surface">
44
<v-card-title class="text-h5 pa-3 bg-primary" data-test="card-title">
55
New Private Key

ui/src/components/PrivateKeys/PrivateKeyEdit.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
</div>
1313
</v-list-item>
1414

15-
<BaseDialog v-model="showDialog" transition="dialog-bottom-transition">
15+
<BaseDialog v-model="showDialog" @close="close" transition="dialog-bottom-transition">
1616
<v-card class="bg-v-theme-surface">
1717
<v-card-title class="text-h5 pa-3 bg-primary">
1818
Edit Private Key

0 commit comments

Comments
 (0)