We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ad2129 commit 94f3b2aCopy full SHA for 94f3b2a
webview-ui/src/components/chat/ApiConfigSelector.tsx
@@ -104,7 +104,6 @@ export const ApiConfigSelector = ({
104
<span className="flex-shrink-0">{config.name}</span>
105
{config.modelId && (
106
<>
107
- <span className="text-vscode-descriptionForeground opacity-70 flex-shrink-0">·</span>
108
<span
109
className="text-vscode-descriptionForeground opacity-70 min-w-0 overflow-hidden"
110
style={{ direction: "rtl", textOverflow: "ellipsis", whiteSpace: "nowrap" }}>
0 commit comments