fix(app): defer model variant selector (#39445)
This commit is contained in:
parent
8cbea4fbb7
commit
e8b0992788
2 changed files with 3 additions and 1 deletions
|
|
@ -55,6 +55,7 @@ export function PromptInputV2Composer(props: PromptInputV2ComposerProps) {
|
|||
controller={props.controller}
|
||||
borderUnderlay={props.borderUnderlay}
|
||||
class={props.class}
|
||||
variantControlVisible={!props.controller.model.loading}
|
||||
attachKeybind={command.keybindParts("file.attach")}
|
||||
attachShortcut={command.keybind("file.attach")}
|
||||
modelControl={
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue