Skip to content

Commit

Permalink
pass correct param
Browse files Browse the repository at this point in the history
  • Loading branch information
Gonals committed May 6, 2024
1 parent 60e2781 commit 644a2ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/actions/Task.ts
Original file line number Diff line number Diff line change
Expand Up @@ -736,7 +736,7 @@ function clearOutTaskInfoAndNavigate(reportID?: string, chatReport?: OnyxEntry<O
}
if (accountID > 0) {
const accountLogin = allPersonalDetails?.[accountID]?.login ?? '';
setAssigneeValue(accountLogin, accountID, reportID, chatReport, skipConfirmation);
setAssigneeValue(accountLogin, accountID, reportID, chatReport, false, skipConfirmation);
}
Navigation.navigate(ROUTES.NEW_TASK_DETAILS);
}
Expand Down

0 comments on commit 644a2ed

Please sign in to comment.