Files
klz-cables.com/.pnpm-store/v10/files/97/020d88e53212ade4b8b1fa2786cb2fe3ca6acd7403211f913ba67af9f8a9fe0950b3682294e92bc29eaa6a4dbd3b7a6c7231122b07a9dc70d3fb5894579031
Marc Mintel 5397309103
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 20s
Build & Deploy / 🧪 QA (push) Failing after 34s
Build & Deploy / 🏗️ Build (push) Has started running
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🧪 Smoke Test (push) Has been cancelled
Build & Deploy / ⚡ Lighthouse (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
fix(products): fix breadcrumbs and product filtering (backport from main)
2026-02-24 16:04:21 +01:00

14 lines
306 B
Plaintext

import { formatAdminURL } from 'payload/shared';
export const handleBackToDashboard = ({
adminRoute,
router,
serverURL
}) => {
const redirectRoute = formatAdminURL({
adminRoute,
path: '',
serverURL
});
router.push(redirectRoute);
};
//# sourceMappingURL=handleBackToDashboard.js.map