docs: fix expandable link in ParameterType (#5595)
This commit is contained in:
@@ -155,7 +155,7 @@ const ParameterTypesItems = ({
|
|||||||
{parameter.expandable && (
|
{parameter.expandable && (
|
||||||
<ExpandableNotice
|
<ExpandableNotice
|
||||||
type="method"
|
type="method"
|
||||||
link="#"
|
link="https://docs.medusajs.com/js-client/overview#expanding-fields"
|
||||||
badgeClassName="!p-0 leading-none"
|
badgeClassName="!p-0 leading-none"
|
||||||
badgeContent={<ArrowsPointingOutMini />}
|
badgeContent={<ArrowsPointingOutMini />}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user