From 35e027c9178cfb86116abb1c07a67ec52060e3de Mon Sep 17 00:00:00 2001 From: pradeepkumar Date: Sat, 24 Jan 2026 21:06:18 +0530 Subject: [PATCH] fix --- src/app/dashboard/profile-sections/[id]/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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') && ( -
+

@@ -844,7 +844,7 @@ export default function SectionDetailPage() { {/* Field Delete Modal */} {fieldModalType === 'delete' && selectedField && ( -
+

Delete Field

@@ -880,7 +880,7 @@ export default function SectionDetailPage() { {/* Assign to Agent Type Modal */} {assignModalType === 'assign' && ( -
+

Assign to Agent Type