feat(medusa,core-flows,types,js-sdk): decline / cancel order transfer (#10202)
**What** - **core-flows**: - cancel transfer - decline transfer - **API**: - admin cancel transfer - store decline transfer - store cancel transfer - **js-sdk**: - add methods for store endpoints --- CLOSES CMRC-726
This commit is contained in:
@@ -65,9 +65,9 @@ export const ProductOrganizationSection = ({
|
||||
title={t("fields.collection")}
|
||||
value={
|
||||
product.collection ? (
|
||||
<Badge size="2xsmall" className="w-fit" asChild>
|
||||
<Badge size="2xsmall" className="max-w-[182px]" asChild>
|
||||
<Link to={`/collections/${product.collection.id}`}>
|
||||
{product.collection.title}
|
||||
<span className="truncate">{product.collection.title}</span>
|
||||
</Link>
|
||||
</Badge>
|
||||
) : undefined
|
||||
|
||||
Reference in New Issue
Block a user