fix: remove expertise_areas from CMS dashboard slug configuration

This commit is contained in:
pradeepkumar
2026-04-16 07:39:25 +05:30
parent a25b576ccf
commit fd774c4a9e

View File

@@ -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 {