File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed
packages/react-core/src/components/CodeBlock/examples Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,6 @@ url: https://raw.githubusercontent.com/Azure-Samples/helm-charts/master/docs`;
3737 < CodeBlockAction >
3838 < ClipboardCopyButton
3939 id = "basic-copy-button"
40- textId = "code-content"
4140 aria-label = "Copy to clipboard basic example code block"
4241 onClick = { ( e ) => onClick ( e , code ) }
4342 exitDelay = { copied ? 1500 : 600 }
Original file line number Diff line number Diff line change @@ -53,7 +53,6 @@ url: https://raw.githubusercontent.com/Azure-Samples/helm-charts/master/docs`;
5353 < CodeBlockAction >
5454 < ClipboardCopyButton
5555 id = "expandable-copy-button"
56- textId = "code-content"
5756 aria-label = "Copy to clipboard"
5857 onClick = { ( e ) => onClick ( e , copyBlock ) }
5958 exitDelay = { copied ? 1500 : 600 }
You can’t perform that action at this time.
0 commit comments