fix(orders): back button links to Vydané tab, not the nonexistent /orders/issued

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
BOHA
2026-06-09 11:53:23 +02:00
parent e26fce092a
commit 2b7b480144

View File

@@ -823,7 +823,7 @@ export default function IssuedOrderDetail() {
<Box sx={{ display: "flex", alignItems: "center", gap: 2 }}> <Box sx={{ display: "flex", alignItems: "center", gap: 2 }}>
<Button <Button
component={RouterLink} component={RouterLink}
to="/orders/issued" to="/orders?tab=vydane"
variant="outlined" variant="outlined"
color="inherit" color="inherit"
startIcon={BackIcon} startIcon={BackIcon}