remove console.log
This commit is contained in:
parent
1043ec41cd
commit
92e353500f
1 changed files with 0 additions and 1 deletions
|
|
@ -263,7 +263,6 @@ const useFlowsManagerStore = create<FlowsManagerStoreType>((set, get) => ({
|
|||
// Return the id
|
||||
return id;
|
||||
} catch (error:any) {
|
||||
console.error(error);
|
||||
if(error.response?.data?.detail){
|
||||
useAlertStore.getState().setErrorData({
|
||||
title: "Could not load flows from database",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue