Deleted search bar

This commit is contained in:
2026-05-26 14:09:09 +01:00
parent 6e9daf3e60
commit f233c46853
19 changed files with 7 additions and 150 deletions
+1 -6
View File
@@ -22,13 +22,8 @@
<app-create-quotation-form #quotationForm></app-create-quotation-form>
</app-modal-button>
}
<div class="ml-95 w-150">
<app-search (searchEvent)="onProductSearch($event)"></app-search>
</div>
</div>
<div class="mt-1">
<div class="mt-4">
<app-stock-table #stockTable (selectionChange)="onSelectionChange($event)"></app-stock-table>
</div>