From e228b77c14e4491e8472a40da981fe487136edc4 Mon Sep 17 00:00:00 2001 From: Jimmy Domagala-Tang Date: Mon, 27 Jan 2025 09:39:17 -0500 Subject: [PATCH] Merge pull request #22840 from overleaf/revert-22795-jdt-offline-survey Revert "feat: enable temporary survey hardcoded to only non ds-nav users" GitOrigin-RevId: d48b629572e1b6b29121c3e1b54a70f3a8b4c884 --- .../js/features/project-list/components/survey-widget.tsx | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/services/web/frontend/js/features/project-list/components/survey-widget.tsx b/services/web/frontend/js/features/project-list/components/survey-widget.tsx index 9252edd246..a5604d6b01 100644 --- a/services/web/frontend/js/features/project-list/components/survey-widget.tsx +++ b/services/web/frontend/js/features/project-list/components/survey-widget.tsx @@ -21,12 +21,7 @@ export default function SurveyWidget() { // Short-term hard-coded special case: hide the "DS nav" survey for users on // the default variant if (survey?.name === 'ds-nav') { - // temp workaround to allow for offline survey to target specifically users not on ds-nav split test - survey.preText = - 'Do you want to use Overleaf offline or do you struggle with unstable connections?' - survey.name = 'offline-mode' - survey.linkText = 'We want your feedback' - survey.url = 'https://forms.gle/CUVaduCnqAauVi9aA' + return null } return (