From 5423611f488e4f3ce774781382b0e4a5a8818e2f Mon Sep 17 00:00:00 2001 From: Daniel Date: Thu, 6 Jun 2024 16:14:43 +0200 Subject: [PATCH] minor --- matsen-tool/src/app/_components/paging/paging.component.ts | 2 +- .../_views/products/assign-product/assign-product.component.ts | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/matsen-tool/src/app/_components/paging/paging.component.ts b/matsen-tool/src/app/_components/paging/paging.component.ts index 5d1a8b2..b67df7a 100644 --- a/matsen-tool/src/app/_components/paging/paging.component.ts +++ b/matsen-tool/src/app/_components/paging/paging.component.ts @@ -16,7 +16,7 @@ export class PagingComponent implements OnInit { @Input() public pageSizeOptions!: number[]; @Input() public searchable: boolean; - + @ViewChild(MatPaginator) public paginator!: MatPaginator; private defaultPageSize: number = 10; diff --git a/matsen-tool/src/app/_views/products/assign-product/assign-product.component.ts b/matsen-tool/src/app/_views/products/assign-product/assign-product.component.ts index e59fa5d..bfc3782 100644 --- a/matsen-tool/src/app/_views/products/assign-product/assign-product.component.ts +++ b/matsen-tool/src/app/_views/products/assign-product/assign-product.component.ts @@ -38,7 +38,6 @@ export class AssignProductComponent implements OnInit { if (this.partnerProduct !== undefined) { this.form = FormGroupInitializer.initFormGroup(partnerProductForm, this.partnerProduct); } - console.log(this.contactPartnerProduct); if (this.contactPartnerProduct !== undefined) { this.form = FormGroupInitializer.initFormGroup(contactPartnerProductForm, this.contactPartnerProduct); }