From ab3a2911c3cec8bc4b326393ea7aab5a4c8d10cd Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Wed, 8 Oct 2025 20:06:05 +0200 Subject: [PATCH] do not attach v-if to the form since we cannot find it by ref anymore --- dashboard/src/components/ExternalLdap.vue | 94 +++++++++---------- .../src/components/MailRelaySettingsItem.vue | 4 +- 2 files changed, 48 insertions(+), 50 deletions(-) diff --git a/dashboard/src/components/ExternalLdap.vue b/dashboard/src/components/ExternalLdap.vue index 7a3514f65..d94699bbc 100644 --- a/dashboard/src/components/ExternalLdap.vue +++ b/dashboard/src/components/ExternalLdap.vue @@ -250,69 +250,67 @@ onMounted(async () => { >

{{ editError.generic }}

+ + + +
{{ $t('users.externalLdap.disableWarning') }}
+
+
-
+
- - - -
{{ $t('users.externalLdap.disableWarning') }}
+ + + -
- - - - + +

{{ $t('users.externalLdap.errorSelfSignedCert') }}

- -

{{ $t('users.externalLdap.errorSelfSignedCert') }}

+ + + + - - - - + + + + - - - - + + + + - - - - + - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - - - -
+
diff --git a/dashboard/src/components/MailRelaySettingsItem.vue b/dashboard/src/components/MailRelaySettingsItem.vue index 3a29db33e..fcc7eaf06 100644 --- a/dashboard/src/components/MailRelaySettingsItem.vue +++ b/dashboard/src/components/MailRelaySettingsItem.vue @@ -173,8 +173,8 @@ async function onSubmit() {
{{ formError }}
-
-
+ +