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 b051b8b commit 6cfffeeCopy full SHA for 6cfffee
ui/src/components/Team/ApiKeys/ApiKeyGenerate.vue
@@ -16,7 +16,7 @@
16
<span> You don't have this kind of authorization. </span>
17
</v-tooltip>
18
19
- <BaseDialog v-model="showDialog" @update:modelValue="(value: boolean) => !value && close()">
+ <BaseDialog v-model="showDialog" @close="close">
20
<v-card data-test="api-key-generate-dialog" class="bg-v-theme-surface">
21
<v-card-title class="bg-primary">New Api Key</v-card-title>
22
ui/src/components/Team/Member/MemberInvite.vue
@@ -22,7 +22,7 @@
23
<BaseDialog
24
v-model="showDialog"
25
- @click:outside="close()"
+ @close="close"
26
>
27
<v-card
28
data-test="namespace-new-member-dialog"
0 commit comments