Skip to content

Commit

Permalink
Merge pull request Expensify#47025 from nkdengineer/fix/46814
Browse files Browse the repository at this point in the history
fix: Press enter key in Survey response page
  • Loading branch information
rlinoz authored Aug 9, 2024
2 parents 9812479 + 7d6584d commit 88e7e8d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/settings/ExitSurvey/ExitSurveyResponsePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ function ExitSurveyResponsePage({draftResponse, route, navigation}: ExitSurveyRe
}}
containerStyles={[baseResponseInputContainerStyle]}
shouldSaveDraft
shouldSubmitForm
/>
</>
)}
Expand Down

0 comments on commit 88e7e8d

Please sign in to comment.