Skip to content

Commit

Permalink
Merge pull request #53541 from jacobkim9881/m53226
Browse files Browse the repository at this point in the history
fix: clicking submit button makes flicking on a workspace with delay …
  • Loading branch information
rafecolton authored Dec 10, 2024
2 parents c7f4e6c + 4a52096 commit bdbd322
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libs/Middleware/SaveResponseInOnyx.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ const requestsToIgnoreLastUpdateID: string[] = [
SIDE_EFFECT_REQUEST_COMMANDS.RECONNECT_APP,
WRITE_COMMANDS.CLOSE_ACCOUNT,
WRITE_COMMANDS.DELETE_MONEY_REQUEST,
WRITE_COMMANDS.SUBMIT_REPORT,
SIDE_EFFECT_REQUEST_COMMANDS.GET_MISSING_ONYX_MESSAGES,
];

Expand Down

0 comments on commit bdbd322

Please sign in to comment.