Skip to content

Commit

Permalink
Merge pull request #42022 from vradriano/issue/40918
Browse files Browse the repository at this point in the history
Fix: infinite skeleton loading when delete concierge task
  • Loading branch information
tgolen authored May 14, 2024
2 parents 8bdfecd + 8f71ad0 commit cba6916
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libs/actions/Report.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3131,6 +3131,7 @@ function completeOnboarding(
actorAccountID,
index + 3,
);
currentTask.parentReportActionID = taskReportAction.reportAction.reportActionID;

const completedTaskReportAction = task.autoCompleted
? ReportUtils.buildOptimisticTaskReportAction(currentTask.reportID, CONST.REPORT.ACTIONS.TYPE.TASK_COMPLETED, 'marked as complete', actorAccountID, 2)
Expand Down

0 comments on commit cba6916

Please sign in to comment.