Skip to content

Commit

Permalink
Merge branch 'main' into docs
Browse files Browse the repository at this point in the history
  • Loading branch information
wqcstrong committed Mar 5, 2025
2 parents fc956cc + 659b2d5 commit 478189b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/CNUserModal/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ export const CNUserModal = () => {
<Modal
open={open}
title="🚀 提示"
onCancel={() => {
setOpen(false);
}}
footer={[
<Button
key="close"
Expand Down

0 comments on commit 478189b

Please sign in to comment.