Skip to content

Commit

Permalink
Merge pull request #38850 from Expensify/cmartins-taxButton
Browse files Browse the repository at this point in the history
Disable scroll on tax name page
  • Loading branch information
luacmartins committed Mar 22, 2024
2 parents 51e2cf2 + cd85fa7 commit 729d475
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/workspace/taxes/NamePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ function NamePage({
formID={ONYXKEYS.FORMS.WORKSPACE_TAX_NAME_FORM}
submitButtonText={translate('workspace.editor.save')}
style={[styles.flexGrow1, styles.ph5]}
scrollContextEnabled
onSubmit={submit}
enabledWhenOffline
validate={validate}
Expand Down

0 comments on commit 729d475

Please sign in to comment.