From f6c2976cbd32f5e0bc897c2b45a38a123f181c25 Mon Sep 17 00:00:00 2001 From: Jing Hua Date: Sun, 2 Apr 2023 00:25:32 +0800 Subject: [PATCH] remove custom api placeholder --- src/components/ApiMenu/ApiMenu.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/ApiMenu/ApiMenu.tsx b/src/components/ApiMenu/ApiMenu.tsx index 5ddc768..5c290db 100644 --- a/src/components/ApiMenu/ApiMenu.tsx +++ b/src/components/ApiMenu/ApiMenu.tsx @@ -62,7 +62,6 @@ const ApiMenu = ({ type='text' className='text-gray-800 dark:text-white p-3 text-sm border-none bg-gray-200 dark:bg-gray-600 rounded-md m-0 w-full mr-0 h-8 focus:outline-none' value={_apiEndpoint} - placeholder='https://chatgpt-api.shn.hk/v1/' onChange={(e) => { _setApiEndpoint(e.target.value); }}