chore(docs): Updated API Reference (automated) (#12461)
Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com> Co-authored-by: Shahed Nasser <27354907+shahednasser@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
5c36bafc1d
commit
c6c660c4d3
@@ -1,5 +1,5 @@
|
||||
import React from "react"
|
||||
import { Badge, Link, Tooltip } from "@/components"
|
||||
import { Badge, Tooltip } from "@/components"
|
||||
|
||||
export type FeatureFlagNoticeProps = {
|
||||
featureFlag: string
|
||||
@@ -22,12 +22,8 @@ export const FeatureFlagNotice = ({
|
||||
<span className={tooltipTextClassName}>
|
||||
To use this {type}, make sure to
|
||||
<br />
|
||||
<Link
|
||||
href="https://docs.medusajs.com/development/feature-flags/toggle"
|
||||
target="__blank"
|
||||
>
|
||||
enable its feature flag: <code>{featureFlag}</code>
|
||||
</Link>
|
||||
{/* TODO add doc link once available */}
|
||||
enable its feature flag: <code>{featureFlag}</code>
|
||||
</span>
|
||||
}
|
||||
clickable
|
||||
|
||||
Reference in New Issue
Block a user