From 275c93dc79409a5ab7f86565dcf94096e345b714 Mon Sep 17 00:00:00 2001 From: Blake Matthes Date: Thu, 11 Sep 2025 06:39:07 -0500 Subject: [PATCH] refactor(detach silo): changes to now show the error in the console in the browser --- frontend/src/components/logistics/siloAdjustments/DetachSilo.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/components/logistics/siloAdjustments/DetachSilo.tsx b/frontend/src/components/logistics/siloAdjustments/DetachSilo.tsx index a1c1a01..586c34e 100644 --- a/frontend/src/components/logistics/siloAdjustments/DetachSilo.tsx +++ b/frontend/src/components/logistics/siloAdjustments/DetachSilo.tsx @@ -48,6 +48,7 @@ export function DetachSilo(props: any) { ); if (res.status === 200) { + console.log(res.data.data); toast.success(res.data.message); refetch();