enh
This commit is contained in:
parent
31395e5cc7
commit
bce754d0a1
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ export default function ManageOrders() {
|
||||||
useCallback(() => {
|
useCallback(() => {
|
||||||
const target = getNavigationTarget();
|
const target = getNavigationTarget();
|
||||||
if (target) {
|
if (target) {
|
||||||
router.replace(target as any);
|
router.push(target as any);
|
||||||
}
|
}
|
||||||
}, [router, getNavigationTarget])
|
}, [router, getNavigationTarget])
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue