diff --git a/src/frontend/src/modals/StoreApiKeyModal/index.tsx b/src/frontend/src/modals/StoreApiKeyModal/index.tsx index 11d532ee2..fc98a011f 100644 --- a/src/frontend/src/modals/StoreApiKeyModal/index.tsx +++ b/src/frontend/src/modals/StoreApiKeyModal/index.tsx @@ -44,7 +44,11 @@ export default function StoreApiKeyModal({ return ( {children} - + API Key
- - { - handleInput({ target: { name: "apikey", value } }); - }} - placeholder="Insert your API Key" - /> - +
+ + + + + { + handleInput({ target: { name: "apikey", value } }); + }} + placeholder="Insert your API Key" + /> + +