Daniel 1 год назад
Родитель
Сommit
5423611f48
2 измененных файлов: 1 добавлений и 2 удалений
  1. +1
    -1
      matsen-tool/src/app/_components/paging/paging.component.ts
  2. +0
    -1
      matsen-tool/src/app/_views/products/assign-product/assign-product.component.ts

+ 1
- 1
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;


+ 0
- 1
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);
}


Загрузка…
Отмена
Сохранить