diff --git a/src/app/dashboard/profile-sections/[id]/page.tsx b/src/app/dashboard/profile-sections/[id]/page.tsx index 68ad820..d9107e3 100644 --- a/src/app/dashboard/profile-sections/[id]/page.tsx +++ b/src/app/dashboard/profile-sections/[id]/page.tsx @@ -570,7 +570,7 @@ export default function SectionDetailPage() { {/* Field Create/Edit Modal */} {(fieldModalType === 'create' || fieldModalType === 'edit') && ( -