From c9ba8fc39f50096b61ffbe078037ba80267bf822 Mon Sep 17 00:00:00 2001 From: Josh Date: Mon, 1 Apr 2024 17:27:50 -0400 Subject: [PATCH] fix(encryption): Clicking on default module sets bogus value Fixes #44532 Helps with #43123 Also adds a warning so that people aren't confused when the "Enable server-side encryption" toggle can't be toggled anymore after encryption is enabled. Signed-off-by: Josh --- apps/settings/src/components/Encryption.vue | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/apps/settings/src/components/Encryption.vue b/apps/settings/src/components/Encryption.vue index b6a37b41c8b..bb63dd6b80a 100644 --- a/apps/settings/src/components/Encryption.vue +++ b/apps/settings/src/components/Encryption.vue @@ -22,8 +22,14 @@