We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 29b8b95 + b009d2b commit 0f409d4Copy full SHA for 0f409d4
src/libs/actions/IOU.ts
@@ -871,7 +871,7 @@ function getMoneyRequestInformation(
871
}
872
: {};
873
874
- const optimisticNextStep = NextStepUtils.buildNextStep(iouReport, needsToBeManuallySubmitted ? CONST.REPORT.STATUS_NUM.OPEN : CONST.REPORT.STATUS_NUM.SUBMITTED);
+ const optimisticNextStep = NextStepUtils.buildNextStep(iouReport, CONST.REPORT.STATUS_NUM.OPEN);
875
876
// STEP 5: Build Onyx Data
877
const [optimisticData, successData, failureData] = buildOnyxDataForMoneyRequest(
0 commit comments