You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
? // Will be refactored in next PR; full restructure tracked in https://github.com/Expensify/App/issues/66417
11936
+
? // Will be refactored in next PR; buildOptimisticTaskReportAction falls back to module-level Onyx.connect value; tracked in https://github.com/Expensify/App/issues/66417
11937
11937
buildOptimisticTaskReportAction(currentTask.reportID, CONST.REPORT.ACTIONS.TYPE.TASK_COMPLETED, undefined, 'marked as complete', actorAccountID, 2)
11938
11938
: null;
11939
11939
if (task.type === CONST.ONBOARDING_TASK_TYPE.CREATE_WORKSPACE) {
Copy file name to clipboardExpand all lines: src/libs/actions/Policy/Category.ts
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -94,6 +94,8 @@ function appendSetupCategoriesOnboardingData(
94
94
currentUserAccountID,
95
95
hasOutstandingChildTask,
96
96
parentReportAction,
97
+
// Will be refactored in next PR; buildOptimisticTaskReportAction falls back to module-level Onyx.connect value; tracked in https://github.com/Expensify/App/issues/66417
// Will be refactored in next PR; full restructure tracked in https://github.com/Expensify/App/issues/66417
2926
+
// Will be refactored in next PR; buildOptimisticTaskReportAction falls back to module-level Onyx.connect value; tracked in https://github.com/Expensify/App/issues/66417
Copy file name to clipboardExpand all lines: src/libs/actions/Policy/Tag.ts
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -224,6 +224,8 @@ function createPolicyTag({
224
224
currentUserAccountID,
225
225
setupTagsHasOutstandingChildTask??false,
226
226
setupTagsParentReportAction,
227
+
// Will be refactored in next PR; buildOptimisticTaskReportAction falls back to module-level Onyx.connect value; tracked in https://github.com/Expensify/App/issues/66417
// Will be refactored in next PR; buildOptimisticTaskReportAction falls back to module-level Onyx.connect value; tracked in https://github.com/Expensify/App/issues/66417
// Will be refactored in next PR; full restructure tracked in https://github.com/Expensify/App/issues/66417
95
+
// Will be refactored in next PR; buildOptimisticTaskReportAction falls back to module-level Onyx.connect value; tracked in https://github.com/Expensify/App/issues/66417
0 commit comments