mirror of
https://github.com/langgenius/dify.git
synced 2026-04-29 04:26:30 +08:00
fix: use invalid last run (#25911)
This commit is contained in:
parent
4f45978cd9
commit
1264e7d4f6
@ -118,7 +118,7 @@ export const useLastRun = (flowType: FlowType, flowId: string, nodeId: string, e
|
|||||||
}
|
}
|
||||||
|
|
||||||
export const useInvalidLastRun = (flowType: FlowType, flowId: string, nodeId: string) => {
|
export const useInvalidLastRun = (flowType: FlowType, flowId: string, nodeId: string) => {
|
||||||
return useInvalid([NAME_SPACE, flowType, 'last-run', flowId, nodeId])
|
return useInvalid([...useLastRunKey, flowType, flowId, nodeId])
|
||||||
}
|
}
|
||||||
|
|
||||||
// Rerun workflow or change the version of workflow
|
// Rerun workflow or change the version of workflow
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user