Skip to content

Commit fc8f77f

Browse files
authored
Merge pull request Expensify#83486 from Expensify/carlos-survey
Skipping survey sets classicRedirect.dismissed=false
2 parents cf4e836 + 1fd4f51 commit fc8f77f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/pages/settings/Troubleshoot/TroubleshootPage.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import useLocalize from '@hooks/useLocalize';
2323
import useOnyx from '@hooks/useOnyx';
2424
import useResponsiveLayout from '@hooks/useResponsiveLayout';
2525
import useThemeStyles from '@hooks/useThemeStyles';
26-
import {resetExitSurveyForm} from '@libs/actions/ExitSurvey';
26+
import {resetExitSurveyForm, switchToOldDot} from '@libs/actions/ExitSurvey';
2727
import {closeReactNativeApp} from '@libs/actions/HybridApp';
2828
import {openOldDotLink} from '@libs/actions/Link';
2929
import {setShouldMaskOnyxState} from '@libs/actions/MaskOnyx';
@@ -113,6 +113,7 @@ function TroubleshootPage() {
113113
: {
114114
action() {
115115
if (surveyCompletedWithinLastMonth) {
116+
switchToOldDot('');
116117
openOldDotLink(CONST.OLDDOT_URLS.INBOX, true);
117118
return;
118119
}

0 commit comments

Comments
 (0)