From fd774c4a9e8fd78cc0c391d23a0480dfb8eef5ce Mon Sep 17 00:00:00 2001 From: pradeepkumar Date: Thu, 16 Apr 2026 07:39:25 +0530 Subject: [PATCH] fix: remove expertise_areas from CMS dashboard slug configuration --- src/app/dashboard/cms/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/dashboard/cms/page.tsx b/src/app/dashboard/cms/page.tsx index 769cf81..312400e 100644 --- a/src/app/dashboard/cms/page.tsx +++ b/src/app/dashboard/cms/page.tsx @@ -291,7 +291,7 @@ export default function CmsPage() { // Specific slugs to look for (matches profile field seed) const EXPERIENCE_SLUGS = ['years_in_business', 'years_of_experience']; - const EXPERTISE_SLUGS = ['about_me_expertise', 'expertise_areas']; + const EXPERTISE_SLUGS = ['about_me_expertise']; if (agent?.id) { try {