This commit is contained in:
shafi54 2026-02-09 00:53:57 +05:30
parent 31395e5cc7
commit bce754d0a1

View file

@ -18,7 +18,7 @@ export default function ManageOrders() {
useCallback(() => {
const target = getNavigationTarget();
if (target) {
router.replace(target as any);
router.push(target as any);
}
}, [router, getNavigationTarget])
);