Skip to content

Commit 59ad97d

Browse files
talissoncostaclaude
andcommitted
fix(frontend): add docs link to LaunchDarkly import screen
Closes #6164 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 141d69c commit 59ad97d

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

frontend/web/components/import-export/ImportPage.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ import FeatureImport from './FeatureImport'
1616
import AccountStore from 'common/stores/account-store'
1717
import Constants from 'common/constants'
1818
import { useHistory } from 'react-router-dom'
19+
import ViewDocs from 'components/ViewDocs'
1920

2021
type ImportPageType = {
2122
projectId: string
@@ -113,7 +114,8 @@ const ImportPage: FC<ImportPageType> = ({ projectId, projectName }) => {
113114
<>
114115
<InfoMessage>
115116
Import operations will overwrite existing environments and flags in your
116-
project.
117+
project.{' '}
118+
<ViewDocs href='https://docs.flagsmith.com/system-administration/importing-and-exporting/launchdarkly' />
117119
</InfoMessage>
118120
<h5>Import LaunchDarkly Projects</h5>
119121
<label>Set LaunchDarkly key</label>

0 commit comments

Comments
 (0)