mirror of
https://github.com/Kilo-Org/kilocode.git
synced 2026-09-19 10:02:04 +08:00
fix(vscode): route CloudImportDialog through selectCloudSession
This commit is contained in:
@@ -28,7 +28,7 @@ const HistoryView: Component<HistoryViewProps> = (props) => {
|
||||
dialog.show(() => (
|
||||
<CloudImportDialog
|
||||
onImport={(id) => {
|
||||
props.onSelectSession(id)
|
||||
selectCloudSession(id)
|
||||
}}
|
||||
/>
|
||||
))
|
||||
|
||||
Reference in New Issue
Block a user