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 6efea58 commit 7c587d2Copy full SHA for 7c587d2
ui/admin/src/components/Instance/SSO/ConfigureSSO.vue
@@ -1,5 +1,5 @@
1
<template>
2
- <BaseDialog v-model="showDialog" @click:outside="close">
+ <BaseDialog v-model="showDialog" @close="close">
3
<v-card>
4
<v-card-title class="text-h5 pb-2" data-test="dialog-title">Configure Single Sign-on</v-card-title>
5
<v-container>
0 commit comments