mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-06 08:18:39 +00:00
Add icon feedback for apiErrorMessage/modelIdErrorMessage
This commit is contained in:
parent
e5f5cbc79c
commit
2d34cda0ea
1 changed files with 2 additions and 0 deletions
|
|
@ -1296,6 +1296,7 @@ const ApiOptions = ({
|
|||
fontSize: 12,
|
||||
color: "var(--vscode-errorForeground)",
|
||||
}}>
|
||||
<span style={{ fontSize: "2em" }} className={`codicon codicon-close align-middle mr-1`} />
|
||||
{apiErrorMessage}
|
||||
</p>
|
||||
)}
|
||||
|
|
@ -1352,6 +1353,7 @@ const ApiOptions = ({
|
|||
fontSize: 12,
|
||||
color: "var(--vscode-errorForeground)",
|
||||
}}>
|
||||
<span style={{ fontSize: "2em" }} className={`codicon codicon-close align-middle mr-1`} />
|
||||
{modelIdErrorMessage}
|
||||
</p>
|
||||
)}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue