fix(settings): don't copy the API key every time you press enter on the main settings

This commit is contained in:
Ben Beauchamp
2025-01-25 20:33:26 -06:00
parent 3921e4ce74
commit 28bfbc5445
2 changed files with 2 additions and 0 deletions

View File

@@ -32,6 +32,7 @@ const CopyButton = ({ textToCopy }: { textToCopy: string }) => {
setCopied();
}}
className="input-action"
type="button"
>
<ClipboardDocumentIcon />
</button>

View File

@@ -240,6 +240,7 @@ const SettingsMain = () => {
regenerate();
}}
className="input-action"
type="button"
>
<ArrowPathIcon />
</button>