diff --git a/src/frontend/src/components/cardComponent/index.tsx b/src/frontend/src/components/cardComponent/index.tsx index a6a7eecb9..b8a710f6b 100644 --- a/src/frontend/src/components/cardComponent/index.tsx +++ b/src/frontend/src/components/cardComponent/index.tsx @@ -30,7 +30,6 @@ export default function CollectionCardComponent({ onClick, onDelete, playground, - playground, }: { data: storeComponent; authorized?: boolean; diff --git a/src/frontend/src/modals/StoreApiKeyModal/index.tsx b/src/frontend/src/modals/StoreApiKeyModal/index.tsx index f25dc627d..cdd2419a5 100644 --- a/src/frontend/src/modals/StoreApiKeyModal/index.tsx +++ b/src/frontend/src/modals/StoreApiKeyModal/index.tsx @@ -86,6 +86,7 @@ export default function StoreApiKeyModal({ { event.preventDefault(); + handleSaveKey(); }} >
@@ -131,9 +132,6 @@ export default function StoreApiKeyModal({