fixed error

This commit is contained in:
2025-11-30 12:32:53 +01:00
parent aad637c9c9
commit 0696bac999

View File

@@ -5,7 +5,6 @@ import {NzIconDirective} from "ng-zorro-antd/icon";
import {NzTableComponent} from "ng-zorro-antd/table";
import {PurchaseOrderForm} from "../purchase-order-form/purchase-order-form";
import {ModalButton} from "../modal-button/modal-button";
import {ProductForm} from "../product-form/product-form";
import {GetPurchaseOrderDto, PurchaseordersService} from "../../services/api";
import {NzNotificationService} from "ng-zorro-antd/notification";
import {firstValueFrom} from "rxjs";
@@ -19,7 +18,6 @@ import {firstValueFrom} from "rxjs";
NzTableComponent,
PurchaseOrderForm,
ModalButton,
ProductForm
],
templateUrl: './purchase-order-table.html',
styleUrl: './purchase-order-table.css',