fix(admin): restore product visibility and code copying
This commit is contained in:
@@ -273,7 +273,10 @@ export default function CodesPage() {
|
||||
关闭后无法再次查看完整兑换码,请立即安全保存。
|
||||
</Typography.Paragraph>
|
||||
{generated.map((record) => (
|
||||
<Typography.Paragraph copyable key={record.code}>
|
||||
<Typography.Paragraph
|
||||
copyable={{ text: record.code ?? "" }}
|
||||
key={record.code}
|
||||
>
|
||||
<Typography.Text code>{record.code}</Typography.Text>
|
||||
</Typography.Paragraph>
|
||||
))}
|
||||
|
||||
Reference in New Issue
Block a user