make the modal persistent

This commit is contained in:
wh1te909
2024-11-19 23:14:45 +00:00
parent 9f143a7e05
commit 4d8abbaa12

View File

@@ -5,7 +5,7 @@ For details, see: https://license.tacticalrmm.com/ee
-->
<template>
<q-dialog ref="dialogRef" @hide="onDialogHide">
<q-dialog persistent ref="dialogRef" @hide="onDialogHide">
<q-card class="q-dialog-plugin" style="width: 35vw; max-width: 35vw">
<q-bar>
{{ props.provider ? "Edit OIDC Provider" : "Add OIDC Provider" }}