Skip to content

Commit

Permalink
docs(Dialog): variable type error in the code example (#3229)
Browse files Browse the repository at this point in the history
* docs(Select): variable type error in the code example

* chore: update common

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
RSS1102 and github-actions[bot] authored Nov 27, 2024
1 parent b91ea9b commit fe9fb7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dialog/_example/modal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export default function NotModalExample() {
</Button>

<Dialog
width="800"
width={800}
header="模态对话框"
visible={visible}
onClose={handleClose}
Expand Down

0 comments on commit fe9fb7a

Please sign in to comment.