From 3f6cb291d56c733f33703735f79562164d6e2105 Mon Sep 17 00:00:00 2001 From: Huu Le <20178761+huult@users.noreply.github.com> Date: Tue, 26 Nov 2024 21:12:48 +0700 Subject: [PATCH] fix resolve confirm button position issue --- .../accounting/intacct/EnterSageIntacctCredentialsPage.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/workspace/accounting/intacct/EnterSageIntacctCredentialsPage.tsx b/src/pages/workspace/accounting/intacct/EnterSageIntacctCredentialsPage.tsx index 9814e5cef996..773dc3eb6b7f 100644 --- a/src/pages/workspace/accounting/intacct/EnterSageIntacctCredentialsPage.tsx +++ b/src/pages/workspace/accounting/intacct/EnterSageIntacctCredentialsPage.tsx @@ -83,6 +83,7 @@ function EnterSageIntacctCredentialsPage({route}: SageIntacctPrerequisitesPagePr role={CONST.ROLE.PRESENTATION} spellCheck={false} secureTextEntry={formItem === INPUT_IDS.PASSWORD} + autoCorrect={false} /> ))}