Skip to content

Commit afbabae

Browse files
committed
fix: remove ununsed const
1 parent 13b0340 commit afbabae

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

webview-ui/src/components/settings/ApiOptions.tsx

-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ import {
1414
ModelInfo,
1515
anthropicDefaultModelId,
1616
anthropicModels,
17-
azureOpenAiDefaultApiVersion,
1817
bedrockDefaultModelId,
1918
bedrockModels,
2019
geminiDefaultModelId,
@@ -47,7 +46,6 @@ const ApiOptions = ({ showModelOptions, apiErrorMessage, modelIdErrorMessage }:
4746
const [ollamaModels, setOllamaModels] = useState<string[]>([])
4847
const [lmStudioModels, setLmStudioModels] = useState<string[]>([])
4948
const [anthropicBaseUrlSelected, setAnthropicBaseUrlSelected] = useState(!!apiConfiguration?.anthropicBaseUrl)
50-
const [azureApiVersionSelected, setAzureApiVersionSelected] = useState(!!apiConfiguration?.azureApiVersion)
5149
const [isDescriptionExpanded, setIsDescriptionExpanded] = useState(false)
5250

5351
const handleInputChange = (field: keyof ApiConfiguration) => (event: any) => {

0 commit comments

Comments
 (0)