Favorites fix

This commit is contained in:
2025-12-08 15:07:13 -05:00
parent 46331a9596
commit 2321aa1d10

View File

@@ -79,7 +79,7 @@ const SectionsManager: React.FC<SectionsManagerProps> = ({
};
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;
}