Skip to content

Commit

Permalink
Merge pull request #49041 from nkdengineer/fix/48761
Browse files Browse the repository at this point in the history
fix: No response when clicking back button and link on not found page
  • Loading branch information
puneetlath committed Sep 16, 2024
2 parents 2e5684e + 07190e1 commit 8d563ca
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/pages/EditReportFieldPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,7 @@ function EditReportFieldPage({route, policy, report}: EditReportFieldPageProps)
shouldEnableMaxHeight
testID={EditReportFieldPage.displayName}
>
<FullPageNotFoundView
shouldShow
onBackButtonPress={() => {}}
onLinkPress={() => {}}
/>
<FullPageNotFoundView shouldShow />
</ScreenWrapper>
);
}
Expand Down

0 comments on commit 8d563ca

Please sign in to comment.