Skip to content

Commit 7c587d2

Browse files
luizhf42gustavosbarreto
authored andcommitted
refactor(ui): use BaseDialog @close event in admin's ConfigureSSO
1 parent 6efea58 commit 7c587d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/admin/src/components/Instance/SSO/ConfigureSSO.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>
44
<v-card-title class="text-h5 pb-2" data-test="dialog-title">Configure Single Sign-on</v-card-title>
55
<v-container>

0 commit comments

Comments
 (0)