From cb6a3a8042286aede4387e334bbc6e81740730a1 Mon Sep 17 00:00:00 2001 From: ajaysi Date: Mon, 2 Mar 2026 15:48:44 +0530 Subject: [PATCH] chore: Remove usage of unused isTitleLoading state --- frontend/src/components/BlogWriter/WYSIWYG/BlogEditor.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/frontend/src/components/BlogWriter/WYSIWYG/BlogEditor.tsx b/frontend/src/components/BlogWriter/WYSIWYG/BlogEditor.tsx index 87b7bb41..5fb06c56 100644 --- a/frontend/src/components/BlogWriter/WYSIWYG/BlogEditor.tsx +++ b/frontend/src/components/BlogWriter/WYSIWYG/BlogEditor.tsx @@ -237,8 +237,9 @@ const BlogEditor: React.FC = ({
- - {isTitleLoading ? : } + {/* isTitleLoading is currently unused but kept for future implementation */} + +