Favorites fix
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user