Skip to content

Commit

Permalink
fix: 修复chatcs跳转 (#1907)
Browse files Browse the repository at this point in the history
  • Loading branch information
youngster-yj authored Aug 13, 2024
1 parent d0080df commit 81ff8f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/renderer/src/main/src/components/yakChat/chatCS.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1636,7 +1636,8 @@ const PluginRunStatus: React.FC<PluginRunStatusProps> = memo((props) => {
route: YakitRoute.BatchExecutorPage,
params: {
runtimeId,
defaultActiveKey
defaultActiveKey,
hybridScanMode:'status'
}
})
)
Expand Down

0 comments on commit 81ff8f9

Please sign in to comment.