mirror of
https://github.com/eigent-ai/eigent.git
synced 2026-05-14 16:42:47 +00:00
feat(settings): remove unused Google API "Test Connection" button (#685)
This commit is contained in:
parent
3e2990f5cf
commit
012d2f2d9c
1 changed files with 2 additions and 2 deletions
|
|
@ -336,7 +336,7 @@ export default function SearchEngineConfigDialog({
|
|||
{/* Action Buttons */}
|
||||
{!selectedProvider.enabledByDefault && (
|
||||
<div className="flex gap-3 items-center justify-end">
|
||||
{selectedProvider.requiresApiKey && (
|
||||
{/* {selectedProvider.requiresApiKey && (
|
||||
<Button
|
||||
variant="outline"
|
||||
size="sm"
|
||||
|
|
@ -345,7 +345,7 @@ export default function SearchEngineConfigDialog({
|
|||
>
|
||||
{testing ? t("setting.testing") : t("setting.test-connection")}
|
||||
</Button>
|
||||
)}
|
||||
)} */}
|
||||
<Button
|
||||
size="sm"
|
||||
onClick={saveConfiguration}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue