Skip to content

Commit 9def5fb

Browse files
committed
fix: 修复弹窗中'复制YAML'按钮文案重复问题
1 parent e1764bf commit 9def5fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ChallengeContributePage/components/YamlPreviewSection.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ const YamlPreviewSection: React.FC<YamlPreviewSectionProps> = ({
156156
关闭
157157
</Button>,
158158
<Button key="copy" type="primary" icon={<CopyOutlined />} onClick={handleCopyAndClose}>
159-
复制YAML
159+
复制
160160
</Button>
161161
]}
162162
>

0 commit comments

Comments
 (0)