We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d37dd25 commit 2e4d4acCopy full SHA for 2e4d4ac
client/src/app/pages/Artifacts/components/ArtifactResults.tsx
@@ -187,7 +187,7 @@ export const ArtifactResults = ({ artifact }: IArtifactResultsProps) => {
187
id="basic-copy-button"
188
textId="code-content"
189
aria-label="Copy to clipboard"
190
- onClick={(e_) => onClick(code)}
+ onClick={() => onClick(code)}
191
exitDelay={copied ? 1500 : 600}
192
maxWidth="110px"
193
variant="plain"
0 commit comments