Skip to content

Commit

Permalink
fix: incorrect actionType in data reporting (#4085)
Browse files Browse the repository at this point in the history
Co-authored-by: wangxiaojuan <wangxiaojuan19@163.com>
  • Loading branch information
opensumi[bot] and wangxiaojuan authored Oct 11, 2024
1 parent 2b50dea commit 9878e7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ai-native/src/browser/components/ChatEditor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ export const CodeEditorWithHighlight = (props: Props) => {
agentId,
command,
actionSource: ActionSourceEnum.Chat,
actionType: ActionTypeEnum.ChatCopyCode,
actionType: ActionTypeEnum.ChatInsertCode,
});
}
}
Expand Down

0 comments on commit 9878e7a

Please sign in to comment.