fix: remove expertise_areas from CMS dashboard slug configuration
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user