refactor(detach silo): changes to now show the error in the console in the browser
This commit is contained in:
@@ -48,6 +48,7 @@ export function DetachSilo(props: any) {
|
||||
);
|
||||
|
||||
if (res.status === 200) {
|
||||
console.log(res.data.data);
|
||||
toast.success(res.data.message);
|
||||
|
||||
refetch();
|
||||
|
||||
Reference in New Issue
Block a user