diff --git a/src/frontend/src/pages/SettingsPage/pages/GeneralPage/index.tsx b/src/frontend/src/pages/SettingsPage/pages/GeneralPage/index.tsx index 52966ac9c..1dc2547de 100644 --- a/src/frontend/src/pages/SettingsPage/pages/GeneralPage/index.tsx +++ b/src/frontend/src/pages/SettingsPage/pages/GeneralPage/index.tsx @@ -23,6 +23,7 @@ import { } from "../../../../constants/alerts_constants"; import { CONTROL_PATCH_USER_STATE, + CREATE_API_KEY, INSERT_API_KEY, INVALID_API_KEY, NO_API_KEY, @@ -295,26 +296,38 @@ export default function GeneralPage() { -
- - { - handleInput({ target: { name: "apikey", value } }); - }} - value={apikey} - isForm - password={true} - placeholder="Insert your API Key" - className="w-full" - /> - +
+ + { + handleInput({ target: { name: "apikey", value } }); + }} + value={apikey} + isForm + password={true} + placeholder="Insert your API Key" + className="w-full" + /> + + Please enter your API Key + + +
+ + {CREATE_API_KEY}{" "} + - Please enter your API Key -
-
+ langflow.store + +