diff --git a/src/pages/deduplicate/index.tsx b/src/pages/deduplicate/index.tsx index 7259ce8d0..551e0054c 100644 --- a/src/pages/deduplicate/index.tsx +++ b/src/pages/deduplicate/index.tsx @@ -52,7 +52,7 @@ export default function Deduplicate() { collectionID: 0, }); const closeDeduplication = function () { - Router.back(); + Router.push(PAGES.GALLERY); }; useEffect(() => { const key = getKey(SESSION_KEYS.ENCRYPTION_KEY);