deps: upgrade OpenTUI to v0.4.3 (#35226)
This commit is contained in:
parent
b0e41ff2c4
commit
561070fbc2
6 changed files with 43 additions and 29 deletions
|
|
@ -366,8 +366,8 @@ function ApiMethod(props: ApiMethodProps) {
|
|||
<DialogPrompt
|
||||
title={props.title}
|
||||
placeholder="API key"
|
||||
description={
|
||||
{
|
||||
description={() =>
|
||||
({
|
||||
opencode: (
|
||||
<box gap={1}>
|
||||
<text fg={theme.textMuted}>
|
||||
|
|
@ -390,7 +390,7 @@ function ApiMethod(props: ApiMethodProps) {
|
|||
</text>
|
||||
</box>
|
||||
),
|
||||
}[props.providerID] ?? undefined
|
||||
})[props.providerID] ?? undefined
|
||||
}
|
||||
onConfirm={async (value) => {
|
||||
if (!value) return
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue