From ca43fcb8408cacadd666db40ac274f06e66227f0 Mon Sep 17 00:00:00 2001
From: OZGCloud <ozgcloud@mgm-tp.com>
Date: Tue, 2 Apr 2024 12:04:44 +0200
Subject: [PATCH] adjust pathPrefix after rename

---
 .../postfach-container/postfach-form/postfach.formservice.ts    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/alfa-client/libs/admin-settings/src/lib/postfach/postfach-container/postfach-form/postfach.formservice.ts b/alfa-client/libs/admin-settings/src/lib/postfach/postfach-container/postfach-form/postfach.formservice.ts
index 1a8f122192..7f0a67b336 100644
--- a/alfa-client/libs/admin-settings/src/lib/postfach/postfach-container/postfach-form/postfach.formservice.ts
+++ b/alfa-client/libs/admin-settings/src/lib/postfach/postfach-container/postfach-form/postfach.formservice.ts
@@ -59,7 +59,7 @@ export class PostfachFormService extends AbstractFormService {
   }
 
   protected getPathPrefix(): string {
-    return 'settingsBody';
+    return 'settingBody';
   }
 
   public get invalidEmpty(): boolean {
-- 
GitLab