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 49ca2e5 commit 6efea58Copy full SHA for 6efea58
ui/src/components/WebEndpoints/WebEndpointCreate.vue
@@ -1,5 +1,5 @@
1
<template>
2
- <BaseDialog v-model="showDialog" @click:outside="close()">
+ <BaseDialog v-model="showDialog" @close="close">
3
<v-card data-test="tunnel-create-dialog" class="bg-v-theme-surface">
4
<v-card-title class="bg-primary" data-test="create-dialog-title">
5
Create Device Web Endpoint
@@ -111,7 +111,7 @@
111
</v-container>
112
<v-card-actions>
113
<v-spacer />
114
- <v-btn data-test="close-btn" @click="close()"> Close </v-btn>
+ <v-btn data-test="close-btn" @click="close"> Close </v-btn>
115
<v-btn :disabled="hasErrors" color="primary" data-test="create-tunnel-btn" @click="addWebEndpoint()">
116
Create Web Endpoint
117
</v-btn>
0 commit comments