refactor(detach silo): changes to now show the error in the console in the browser

This commit is contained in:
2025-09-11 06:39:07 -05:00
parent fbb8c21d5c
commit 275c93dc79

View File

@@ -48,6 +48,7 @@ export function DetachSilo(props: any) {
);
if (res.status === 200) {
console.log(res.data.data);
toast.success(res.data.message);
refetch();