Add new merchant creation form and functionality in MerchantsAdminPage
CI / test (push) Successful in 5s

This commit is contained in:
2026-01-20 19:24:36 -05:00
parent 2ea1f19863
commit 411c3bc05d
2 changed files with 208 additions and 1 deletions
+1 -1
View File
@@ -303,7 +303,7 @@ export default function PartsBrowseClient(props: {
end: Math.min(currentPage * PAGE_SIZE, serverTotalElements),
};
const headingTitle = props.title ?? `${partRole.replaceAll("-", " ")} parts`;
const headingTitle = props.title ?? `${partRole.replaceAll("-", " ")}s`;
const headingSubtitle = props.subtitle ?? "Browse available parts.";
// ----------------------------