fix: env params incorrect after switching between vendors

This commit is contained in:
jialin
2026-02-07 16:51:09 +08:00
parent 3c5b095510
commit 21ffd2a564
8 changed files with 24 additions and 15 deletions
-1
View File
@@ -50,7 +50,6 @@ const CopyButton: React.FC<CopyButtonProps> = ({
return (
<Typography.Text
style={{ ...btnStyle }}
disabled={!!disabled}
copyable={{
text: text,
tooltips: tooltips,