From c899f763da34ab5ae3a28521060132df73f34d41 Mon Sep 17 00:00:00 2001 From: Talisson Costa Date: Fri, 23 Jan 2026 10:25:46 -0300 Subject: [PATCH] fix(frontend): add docs link to LaunchDarkly import screen Closes #6164 Co-Authored-By: Claude Opus 4.5 --- frontend/web/components/import-export/ImportPage.tsx | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/frontend/web/components/import-export/ImportPage.tsx b/frontend/web/components/import-export/ImportPage.tsx index 2efcda0fdb4f..9d8311270deb 100644 --- a/frontend/web/components/import-export/ImportPage.tsx +++ b/frontend/web/components/import-export/ImportPage.tsx @@ -113,7 +113,15 @@ const ImportPage: FC = ({ projectId, projectName }) => { <> Import operations will overwrite existing environments and flags in your - project. + project.{' '} + e.stopPropagation()} + > + Visit the documentation for more details. +
Import LaunchDarkly Projects