Add console log for onBuildStart event
This commit is contained in:
parent
7207c4c0a2
commit
0fe8d1116d
1 changed files with 1 additions and 0 deletions
|
|
@ -484,6 +484,7 @@ const useFlowStore = create<FlowStoreType>((set, get) => ({
|
|||
setErrorData({ list, title });
|
||||
},
|
||||
onBuildStart: (idList) => {
|
||||
console.log("onBuildStart", idList);
|
||||
useFlowStore.getState().updateBuildStatus(idList, BuildStatus.BUILDING);
|
||||
},
|
||||
validateNodes: validateSubgraph,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue