feat(warehouses transfer): fix table state change.

This commit is contained in:
elforjani13
2022-03-08 16:33:51 +02:00
parent 2d34baa7a5
commit 6638accae6
2 changed files with 4 additions and 3 deletions

View File

@@ -34,8 +34,7 @@ function WarehouseTransferDetailActionsBar({
}) {
const history = useHistory();
const { warehouseTransferId, warehouseTransfer } =
useWarehouseDetailDrawerContext();
const { warehouseTransferId } = useWarehouseDetailDrawerContext();
// Handle edit warehosue transfer.
const handleEditWarehosueTransfer = () => {