From a2b4d98e460d5cb45dade1ed0f60d318f7b0bf10 Mon Sep 17 00:00:00 2001 From: Joe Gambino Date: Fri, 6 Aug 2021 15:48:35 -0700 Subject: [PATCH] Add incorporationState as required field in Bank Account flow --- src/pages/ReimbursementAccount/CompanyStep.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/ReimbursementAccount/CompanyStep.js b/src/pages/ReimbursementAccount/CompanyStep.js index c0fc39effba9..37fef190cbd5 100644 --- a/src/pages/ReimbursementAccount/CompanyStep.js +++ b/src/pages/ReimbursementAccount/CompanyStep.js @@ -56,6 +56,7 @@ class CompanyStep extends React.Component { 'website', 'companyTaxID', 'incorporationDate', + 'incorporationState', 'industryCode', 'password', ];