From: Jason Etheridge Date: Mon, 27 Mar 2023 18:47:16 +0000 (-0400) Subject: mark this parameter as optional X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=1f849bd1b81d689b268a8966ab6f0b81af51ed5f;p=working%2FEvergreen.git mark this parameter as optional Signed-off-by: Jason Etheridge --- diff --git a/Open-ILS/src/eg2/src/app/staff/cat/linkchecker/linkchecker.component.ts b/Open-ILS/src/eg2/src/app/staff/cat/linkchecker/linkchecker.component.ts index 3df2e17312..e4c7a84402 100644 --- a/Open-ILS/src/eg2/src/app/staff/cat/linkchecker/linkchecker.component.ts +++ b/Open-ILS/src/eg2/src/app/staff/cat/linkchecker/linkchecker.component.ts @@ -171,7 +171,7 @@ export class LinkCheckerComponent implements OnInit { }); } - newSessionWrapper(optionalSessionToClone) { + newSessionWrapper(optionalSessionToClone?) { this.newSessionDialog.sessionToClone = optionalSessionToClone; this.newSessionDialog.open({size: 'lg'}).subscribe( (res) => { console.log('dialog res', res);