Add new merchant creation form and functionality in MerchantsAdminPage
CI / test (push) Successful in 5s
CI / test (push) Successful in 5s
This commit is contained in:
@@ -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.";
|
||||
|
||||
// ----------------------------
|
||||
|
||||
Reference in New Issue
Block a user