mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-19 14:20:31 +00:00
feat(warehouses transfer): fix table state change.
This commit is contained in:
@@ -34,8 +34,7 @@ function WarehouseTransferDetailActionsBar({
|
||||
}) {
|
||||
const history = useHistory();
|
||||
|
||||
const { warehouseTransferId, warehouseTransfer } =
|
||||
useWarehouseDetailDrawerContext();
|
||||
const { warehouseTransferId } = useWarehouseDetailDrawerContext();
|
||||
|
||||
// Handle edit warehosue transfer.
|
||||
const handleEditWarehosueTransfer = () => {
|
||||
|
||||
Reference in New Issue
Block a user