This commit is contained in:
elforjani3
2020-11-10 20:41:15 +02:00
10 changed files with 243 additions and 193 deletions

View File

@@ -80,7 +80,7 @@ export const deleteItem = ({ id }) => {
resolve(response);
})
.catch((error) => {
reject(error);
reject(error?.response?.data);
});
});
};