From 685ef3c9d6b732e339962253cc2d16fbc93c1174 Mon Sep 17 00:00:00 2001 From: ecwu Date: Sat, 21 Dec 2024 13:30:39 +0800 Subject: [PATCH] Remove commented-out code in ListAPIs component to clean up the codebase --- src/listAPIs.tsx | 44 -------------------------------------------- 1 file changed, 44 deletions(-) diff --git a/src/listAPIs.tsx b/src/listAPIs.tsx index 02fb81c..e9a2cfc 100644 --- a/src/listAPIs.tsx +++ b/src/listAPIs.tsx @@ -116,49 +116,5 @@ export function ListAPIs({ - //
- //

- // {Tr(`Saved ${label} templates`)} - //

- // - // - // {tmps.map((t, index) => ( - // - //
- // - // - // { - // // @ts-ignore - // chatStore[apiField] = t.endpoint; - // // @ts-ignore - // chatStore[keyField] = t.key; - // setChatStore({ ...chatStore }); - // }} - // > - // {t.name} - // - // - // - - // - // - //
- //
- // ))} - //
- // - // - //
- //
); }