From 948c636fc27bfb7aa7190eb47b685f9e4d8ad03d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sedat=20=C3=96ZT=C3=9CRK?= <76204082+iamsedatozturk@users.noreply.github.com> Date: Mon, 10 Nov 2025 14:37:05 +0300 Subject: [PATCH] =?UTF-8?q?Settings=20Providers=20d=C3=BCzenlemesi?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ui/src/proxy/settings/models.ts | 2 +- ui/src/views/settings/Settings.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/src/proxy/settings/models.ts b/ui/src/proxy/settings/models.ts index 5653680d..d21eed0e 100644 --- a/ui/src/proxy/settings/models.ts +++ b/ui/src/proxy/settings/models.ts @@ -29,7 +29,7 @@ export interface DynamicSettingDto { dataType?: string selectOptions?: Record formName?: string - providers?: string[] + providers?: string isEditable?: boolean } export interface MainGroupedSettingDto { diff --git a/ui/src/views/settings/Settings.tsx b/ui/src/views/settings/Settings.tsx index 0584464b..cc08d7e2 100644 --- a/ui/src/views/settings/Settings.tsx +++ b/ui/src/views/settings/Settings.tsx @@ -175,7 +175,7 @@ const Settings = () => { {subGroup.settings.map((setting) => (