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