浏览代码

fix: use invalid last run (#25911)

tags/1.9.0
zxhlyh 1 个月前
父节点
当前提交
1264e7d4f6
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      web/service/use-workflow.ts

+ 1
- 1
web/service/use-workflow.ts 查看文件

} }


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

正在加载...
取消
保存