瀏覽代碼

Merge branch 'master' of ssh://gitea.spawntree.de:1122/spawntree/matsen-tool-fe

# Conflicts:
#	matsen-tool/src/app/_components/paging/paging.component.ts
master
Florian Eisenmenger 1 年之前
父節點
當前提交
0e7ac0f9db
共有 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 查看文件

@@ -15,7 +15,7 @@ export class PagingComponent implements OnInit {
@Input() public pageSize!: number;
@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);
}


Loading…
取消
儲存