From 2321aa1d10dd49bfcbc94a517a6e2bc9837602a5 Mon Sep 17 00:00:00 2001 From: Joshua Ryder Date: Mon, 8 Dec 2025 15:07:13 -0500 Subject: [PATCH] Favorites fix --- frontend/src/components/SectionsManager.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/SectionsManager.tsx b/frontend/src/components/SectionsManager.tsx index 50bc3569..24276345 100644 --- a/frontend/src/components/SectionsManager.tsx +++ b/frontend/src/components/SectionsManager.tsx @@ -79,7 +79,7 @@ const SectionsManager: React.FC = ({ }; const deleteSection = async (id: number) => { - if (!confirm('Delete this section? Favorites in this section will be moved to Uncategorized.')) { + if (!window.confirm('Delete this section? Favorites in this section will be moved to Uncategorized.')) { return; }