From 7e3d89cf31515abbda0f08b32342184802a404bc Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Sat, 19 Apr 2025 11:41:14 +0000 Subject: [PATCH] Tweak page titles --- src/frontend/src/pages/part/CategoryDetail.tsx | 4 ++-- src/frontend/src/pages/stock/LocationDetail.tsx | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/frontend/src/pages/part/CategoryDetail.tsx b/src/frontend/src/pages/part/CategoryDetail.tsx index dba51739a8..fe4e00c360 100644 --- a/src/frontend/src/pages/part/CategoryDetail.tsx +++ b/src/frontend/src/pages/part/CategoryDetail.tsx @@ -342,8 +342,8 @@ export default function CategoryDetail() { selectedId={category?.pk} /> } breadcrumbs={breadcrumbs} breadcrumbAction={() => { diff --git a/src/frontend/src/pages/stock/LocationDetail.tsx b/src/frontend/src/pages/stock/LocationDetail.tsx index f7ece9c4c0..9c315c2604 100644 --- a/src/frontend/src/pages/stock/LocationDetail.tsx +++ b/src/frontend/src/pages/stock/LocationDetail.tsx @@ -390,8 +390,8 @@ export default function Stock() { selectedId={location?.pk} /> } actions={locationActions} editAction={editLocation.open}