ソースを参照

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 ファイルの表示

@@ -118,7 +118,7 @@ export const useLastRun = (flowType: FlowType, flowId: string, nodeId: string, e
}

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

読み込み中…
キャンセル
保存