Zone warehouses #385

Merged
jsegarra merged 9 commits from :feature/ZoneWarehouses into dev 2024-05-20 06:44:36 +00:00
1 changed files with 0 additions and 1 deletions
Showing only changes of commit ce87008c12 - Show all commits

View File

@ -43,7 +43,6 @@ const deleteWarehouse = async (row) => {
};
const createZoneWarehouse = async (ZoneWarehouseFormData) => {
console.log(ZoneWarehouseFormData);
try {
await axios.post(urlPath.value, ZoneWarehouseFormData);
fetchWarehouses();