docs: fix expandable link in ParameterType (#5595)

This commit is contained in:
Shahed Nasser
2023-11-09 21:20:54 +02:00
committed by GitHub
parent f35fcb810f
commit d74df4878f

View File

@@ -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 />}
/>