Fixed merge problems

This commit is contained in:
Lucas Oliveira 2024-04-30 15:09:46 +02:00
commit b21b45fd67
2 changed files with 1 additions and 4 deletions

View file

@ -30,7 +30,6 @@ export default function CollectionCardComponent({
onClick,
onDelete,
playground,
playground,
}: {
data: storeComponent;
authorized?: boolean;

View file

@ -86,6 +86,7 @@ export default function StoreApiKeyModal({
<Form.Root
onSubmit={(event) => {
event.preventDefault();
handleSaveKey();
}}
>
<div className="grid gap-5">
@ -131,9 +132,6 @@ export default function StoreApiKeyModal({
<Button
data-testid="api-key-save-button-store"
className="mt-8"
onClick={() => {
handleSaveKey();
}}
>
Save
</Button>