Skip to content

Commit 00f6709

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ui/src/components/Namespace/NamespaceAdd.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" @click:outside="close">
2+
<BaseDialog v-model="showDialog" @close="close">
33
<v-card data-test="namespace-add-card" class="bg-v-theme-surface rounded" rounded>
44
<template v-if="!isCommunityVersion">
55
<v-card-title class="bg-primary d-flex justify-space-between align-center text-h5 pa-4">

ui/src/components/Namespace/NamespaceEdit.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" @click:outside="close">
2+
<BaseDialog v-model="showDialog" @close="close">
33
<v-card data-test="password-change-card" class="bg-v-theme-surface">
44
<v-card-title class="text-h5 pa-4 bg-primary" data-test="title">
55
Change Connection Announcement

0 commit comments

Comments
 (0)