From 333372d61c7f3efc7324e66b97b934aa13ee01fb Mon Sep 17 00:00:00 2001 From: Piyush Gupta <56182734+gupta-piyush19@users.noreply.github.com> Date: Mon, 10 Mar 2025 12:15:28 +0530 Subject: [PATCH] fix: removed link survey identification from share modal (#4898) Co-authored-by: Dhruwang --- .../responses/components/ResponseTableColumns.tsx | 7 ------- .../summary/components/shareEmbedModal/LinkTab.tsx | 5 ----- .../ShareSurveyLink/components/SurveyLinkDisplay.tsx | 2 +- .../modules/analysis/components/ShareSurveyLink/index.tsx | 2 +- 4 files changed, 2 insertions(+), 14 deletions(-) diff --git a/apps/web/app/(app)/environments/[environmentId]/surveys/[surveyId]/(analysis)/responses/components/ResponseTableColumns.tsx b/apps/web/app/(app)/environments/[environmentId]/surveys/[surveyId]/(analysis)/responses/components/ResponseTableColumns.tsx index 634c3206b2..c1eb5af132 100644 --- a/apps/web/app/(app)/environments/[environmentId]/surveys/[surveyId]/(analysis)/responses/components/ResponseTableColumns.tsx +++ b/apps/web/app/(app)/environments/[environmentId]/surveys/[surveyId]/(analysis)/responses/components/ResponseTableColumns.tsx @@ -200,13 +200,6 @@ export const generateResponseTableColumns = ( {t("environments.surveys.responses.how_to_identify_users")} - - {t("common.link_surveys")} - {" "} - or{" "} { const { t } = useTranslate(); const docsLinks = [ - { - title: t("environments.surveys.summary.identify_users"), - description: t("environments.surveys.summary.identify_users_description"), - link: "https://formbricks.com/docs/link-surveys/user-identification", - }, { title: t("environments.surveys.summary.data_prefilling"), description: t("environments.surveys.summary.data_prefilling_description"), diff --git a/apps/web/modules/analysis/components/ShareSurveyLink/components/SurveyLinkDisplay.tsx b/apps/web/modules/analysis/components/ShareSurveyLink/components/SurveyLinkDisplay.tsx index 629db33b2f..93b3b7062f 100644 --- a/apps/web/modules/analysis/components/ShareSurveyLink/components/SurveyLinkDisplay.tsx +++ b/apps/web/modules/analysis/components/ShareSurveyLink/components/SurveyLinkDisplay.tsx @@ -8,7 +8,7 @@ export const SurveyLinkDisplay = ({ surveyUrl }: SurveyLinkDisplayProps) => { return ( ); diff --git a/apps/web/modules/analysis/components/ShareSurveyLink/index.tsx b/apps/web/modules/analysis/components/ShareSurveyLink/index.tsx index 69bb2f09d8..33528d9f51 100644 --- a/apps/web/modules/analysis/components/ShareSurveyLink/index.tsx +++ b/apps/web/modules/analysis/components/ShareSurveyLink/index.tsx @@ -71,7 +71,7 @@ export const ShareSurveyLink = ({ return (
- +