Skip to content

Commit b97ec75

Browse files
committed
refactor: revert
1 parent 05897da commit b97ec75

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -163,10 +163,7 @@ const SettingsView = forwardRef<SettingsViewRef, SettingsViewProps>(({ onDone, t
163163
terminalCompressProgressBar,
164164
condensingApiConfigId,
165165
customCondensingPrompt,
166-
codebaseIndexConfig = {
167-
...extensionState.codebaseIndexConfig,
168-
codebaseIndexQdrantUrl: "http://localhost:6333",
169-
}, //If this default is not set, the default value won't be set in the settings when saving
166+
codebaseIndexConfig,
170167
codebaseIndexModels,
171168
} = cachedState
172169

0 commit comments

Comments
 (0)