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 82bb021 commit c286609Copy full SHA for c286609
ui/src/components/Billing/BillingDialog.vue
@@ -1,8 +1,8 @@
1
<template>
2
<BaseDialog
3
v-model="showCheckoutDialog"
4
+ @close="resetDialog"
5
transition="dialog-bottom-transition"
- @click:outside="resetDialog"
6
data-test="checkout-dialog"
7
>
8
<v-window v-model="el">
0 commit comments