From 2be904053f6e3eb44c20f3ebd27768f3798e7954 Mon Sep 17 00:00:00 2001 From: dukenv0307 Date: Thu, 2 Nov 2023 11:17:49 +0700 Subject: [PATCH] only search USA address in address formm --- src/pages/ReimbursementAccount/AddressForm.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/ReimbursementAccount/AddressForm.js b/src/pages/ReimbursementAccount/AddressForm.js index 36fbc6e4c59d..b8675fd9cc0e 100644 --- a/src/pages/ReimbursementAccount/AddressForm.js +++ b/src/pages/ReimbursementAccount/AddressForm.js @@ -107,6 +107,7 @@ function AddressForm(props) { hint={props.translate('common.noPO')} renamedInputKeys={props.inputKeys} maxInputLength={CONST.FORM_CHARACTER_LIMIT} + isLimitedToUSA />