From 856969036389899108bc16423fd3f1cb29a6c487 Mon Sep 17 00:00:00 2001 From: lesion Date: Thu, 23 Jun 2022 16:48:21 +0200 Subject: [PATCH] uff --- components/admin/SMTP.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/admin/SMTP.vue b/components/admin/SMTP.vue index 76428876..ea0e0fd6 100644 --- a/components/admin/SMTP.vue +++ b/components/admin/SMTP.vue @@ -13,7 +13,7 @@ v-switch(v-model='smtp.sendmail' :label="$t('admin.smtp_use_sendmail')") - v-row(v-show='!smtp.sendmail') + v-row(v-if='!smtp.sendmail') v-col(cols=12 md=9) v-text-field(v-model='smtp.host' :label="$t('admin.smtp_hostname')"