From 9a9a24428b3c1ee83fe6e3a4b24c061af26add92 Mon Sep 17 00:00:00 2001 From: Arnei Date: Thu, 23 Apr 2026 10:40:40 +0200 Subject: [PATCH] Fix warning wrongly appearing on template change When changing the template in the acl tab, if the current acl settings were invalid, a warning would appear *after* the template change about how the acl was invalid, when due to the template change it actually no longer wasn't. This fixes that. --- src/utils/aclUtils.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/utils/aclUtils.ts b/src/utils/aclUtils.ts index eb39e86fe5..9aab0406fe 100644 --- a/src/utils/aclUtils.ts +++ b/src/utils/aclUtils.ts @@ -102,6 +102,5 @@ export const handleTemplateChange = async