We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f09a199 commit cd2adc0Copy full SHA for cd2adc0
2 files changed
packages/react-core/src/components/CodeBlock/examples/CodeBlockBasic.tsx
@@ -37,7 +37,6 @@ url: https://raw.githubusercontent.com/Azure-Samples/helm-charts/master/docs`;
37
<CodeBlockAction>
38
<ClipboardCopyButton
39
id="basic-copy-button"
40
- textId="code-content"
41
aria-label="Copy to clipboard basic example code block"
42
onClick={(e) => onClick(e, code)}
43
exitDelay={copied ? 1500 : 600}
packages/react-core/src/components/CodeBlock/examples/CodeBlockExpandable.tsx
@@ -53,7 +53,6 @@ url: https://raw.githubusercontent.com/Azure-Samples/helm-charts/master/docs`;
53
54
55
id="expandable-copy-button"
56
57
aria-label="Copy to clipboard"
58
onClick={(e) => onClick(e, copyBlock)}
59
0 commit comments