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 6ad1bca commit c965434Copy full SHA for c965434
1 file changed
packages/webui/src/client/lib/collapseJSON.tsx
@@ -59,7 +59,7 @@ export function CollapseJSON({ json }: { json: string }): JSX.Element {
59
<Button
60
variant="light"
61
size="sm"
62
- key={'collapse'}
+ key={'copy'}
63
className="collapse-json__copy"
64
tabIndex={0}
65
onClick={(e) => {
0 commit comments