fix(webapp): warehouses select component

This commit is contained in:
Ahmed Bouhuolia
2023-06-19 22:43:19 +02:00
parent 3e36146bce
commit b1a997c287
5 changed files with 39 additions and 92 deletions

View File

@@ -23,7 +23,6 @@ import {
BranchSelect,
WarehouseSelect,
BranchSelectButton,
WarehouseSelectButton,
AccountsSuggestField,
} from '@/components';
import {
@@ -94,7 +93,6 @@ export default function InventoryAdjustmentFormDialogFields() {
<WarehouseSelect
name={'warehouse_id'}
warehouses={warehouses}
input={WarehouseSelectButton}
popoverProps={{ minimal: true }}
/>
</FormGroup>