From 38bf2d8daaf9f4cfd517652b94d35a4f40771333 Mon Sep 17 00:00:00 2001 From: zengwei <51938905+GnezIew@users.noreply.github.com> Date: Fri, 29 May 2026 12:18:52 +0800 Subject: [PATCH] =?UTF-8?q?feat(keys/cc-switch-dialog):=20=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D=E8=87=AA=E5=AE=9A=E4=B9=89cc-switch=E5=90=8D=E7=A7=B0?= =?UTF-8?q?=E5=A4=B1=E7=84=A6=E5=90=8E=E9=87=8D=E7=BD=AE=E9=97=AE=E9=A2=98?= =?UTF-8?q?=20(#5170)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/features/keys/components/dialogs/cc-switch-dialog.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/web/default/src/features/keys/components/dialogs/cc-switch-dialog.tsx b/web/default/src/features/keys/components/dialogs/cc-switch-dialog.tsx index 6984d982..ab08222c 100644 --- a/web/default/src/features/keys/components/dialogs/cc-switch-dialog.tsx +++ b/web/default/src/features/keys/components/dialogs/cc-switch-dialog.tsx @@ -189,6 +189,7 @@ export function CCSwitchDialog(props: Props) { onValueChange={setName} placeholder={currentConfig.defaultName} emptyText='' + allowCustomValue={true} />