Skip to content

Commit

Permalink
Remove quick action update during invoice creation
Browse files Browse the repository at this point in the history
  • Loading branch information
VickyStash committed Apr 29, 2024
1 parent ef766ad commit 4371082
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/libs/actions/IOU.ts
Original file line number Diff line number Diff line change
Expand Up @@ -869,15 +869,6 @@ function buildOnyxDataForInvoice(
[transactionThreadCreatedReportAction.reportActionID]: transactionThreadCreatedReportAction,
},
},
{
onyxMethod: Onyx.METHOD.SET,
key: ONYXKEYS.NVP_QUICK_ACTION_GLOBAL_CREATE,
value: {
action: CONST.QUICK_ACTIONS.REQUEST_MANUAL,
chatReportID: chatReport?.reportID,
isFirstQuickAction: isEmptyObject(quickAction),
},
},
// Remove the temporary transaction used during the creation flow
{
onyxMethod: Onyx.METHOD.SET,
Expand Down

0 comments on commit 4371082

Please sign in to comment.