From 44ba2fe160e3d84e9a0f1e90e8560fcd0cdf4e2c Mon Sep 17 00:00:00 2001 From: KetanKBaboo Date: Fri, 31 Oct 2025 15:53:28 +0530 Subject: [PATCH] change made not to close chapter modal on approval --- UI/src/components/ChapterModal.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UI/src/components/ChapterModal.tsx b/UI/src/components/ChapterModal.tsx index a5d8ffc..beb19e7 100644 --- a/UI/src/components/ChapterModal.tsx +++ b/UI/src/components/ChapterModal.tsx @@ -304,7 +304,7 @@ const ChapterModal: React.FC = ({ }); } finally { setCurrentVerse(null); - onClose(); + // onClose(); } };