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
Copy file name to clipboardExpand all lines: src/libs/SearchUIUtils.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1329,7 +1329,7 @@ function getActions(
1329
1329
}
1330
1330
1331
1331
// We check for isAllowedToApproveExpenseReport because if the policy has preventSelfApprovals enabled, we disable the Submit action and in that case we want to show the View action instead
Copy file name to clipboardExpand all lines: src/libs/actions/Report.ts
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -4822,7 +4822,7 @@ function clearDeleteTransactionNavigateBackUrl() {
4822
4822
}
4823
4823
4824
4824
/** Deletes a report and un-reports all transactions on the report along with its reportActions, any linked reports and any linked IOU report actions. */
0 commit comments