Skip to content

Commit 8c97a72

Browse files
authored
Merge pull request #19 from databendcloud/test-19.1
fix: styles
2 parents 68c44f6 + 09c3bb2 commit 8c97a72

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "databend-profile-ui",
3-
"version": "0.1.15",
3+
"version": "0.1.16",
44
"description": "A react library developed with dumi",
55
"license": "MIT",
66
"module": "dist/index.js",

src/QueryProfile/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -664,7 +664,7 @@ const QueryProfile: FC<IProps> = ({
664664
window.location.origin +
665665
window.location.pathname +
666666
'?value=' +
667-
compressAndEncode(value),
667+
compressAndEncode(outValue),
668668
);
669669
message.success('Copied to clipboard');
670670
}

0 commit comments

Comments
 (0)