mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-23 08:45:50 +00:00
feat: 全部类型问题解决
This commit is contained in:
@@ -87,7 +87,7 @@ export async function launchAssistantSessionChooser(
|
||||
return showSetupDialog<string | null>(root, done => (
|
||||
<AssistantSessionChooser
|
||||
sessions={props.sessions}
|
||||
onSelect={id => done(id)}
|
||||
onSelect={(id: string) => done(id)}
|
||||
onCancel={() => done(null)}
|
||||
/>
|
||||
))
|
||||
|
||||
Reference in New Issue
Block a user