diff --git a/src/app/routes/ticket-management/components/etc-invoiced-requested/etc-invoiced-requested.component.ts b/src/app/routes/ticket-management/components/etc-invoiced-requested/etc-invoiced-requested.component.ts index cd9b1335..c87eb6e7 100644 --- a/src/app/routes/ticket-management/components/etc-invoiced-requested/etc-invoiced-requested.component.ts +++ b/src/app/routes/ticket-management/components/etc-invoiced-requested/etc-invoiced-requested.component.ts @@ -33,6 +33,7 @@ export class ETCInvoicedRequestedComponent implements OnInit { ...this.sf.value }); } + this.selectedRows = []; return requestOptions; }; @@ -192,7 +193,7 @@ export class ETCInvoicedRequestedComponent implements OnInit { visibleIf: { expand: (value: boolean) => value } - }, + } }, ltdId: { type: 'string',