We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6ede33 commit 2d857a1Copy full SHA for 2d857a1
1 file changed
src/libs/NextStepUtils.ts
@@ -38,7 +38,7 @@ type BuildNextStepNewParams = {
38
* Bypass Next Approver ID is used when an approver is bypassed so that we can show the next approver in the chain.
39
* This is necessary in the case where report actions are not yet updated to determine the bypass action.
40
*/
41
- bypassNextApproverID: number | null;
+ bypassNextApproverID?: number;
42
};
43
44
function buildNextStepMessage(nextStep: ReportNextStep, translate: LocaleContextProps['translate'], currentUserAccountID: number): string {
0 commit comments