fix(tui): default new sessions always to local project (#28541)
This commit is contained in:
parent
6a9cbe7de0
commit
a6e1aa085f
4 changed files with 4 additions and 25 deletions
|
|
@ -210,7 +210,6 @@ export type TuiPromptRef = {
|
|||
|
||||
export type TuiPromptProps = {
|
||||
sessionID?: string
|
||||
workspaceID?: string
|
||||
visible?: boolean
|
||||
disabled?: boolean
|
||||
onSubmit?: () => void
|
||||
|
|
@ -458,12 +457,9 @@ export type TuiHostSlotMap = {
|
|||
app_bottom: {}
|
||||
home_logo: {}
|
||||
home_prompt: {
|
||||
workspace_id?: string
|
||||
ref?: (ref: TuiPromptRef | undefined) => void
|
||||
}
|
||||
home_prompt_right: {
|
||||
workspace_id?: string
|
||||
}
|
||||
home_prompt_right: {}
|
||||
session_prompt: {
|
||||
session_id: string
|
||||
visible?: boolean
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue