Skip to content

Commit

Permalink
fix: dialog ok button text error
Browse files Browse the repository at this point in the history
  • Loading branch information
icebergtsn committed May 11, 2024
1 parent e041ab3 commit c9e49c0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bytetrade/ui",
"version": "0.0.83",
"version": "0.0.84",
"private": false,
"scripts": {
"serve": "vue-cli-service serve",
Expand Down
2 changes: 1 addition & 1 deletion packages/dialog/src/IndexDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
</div>

<dialog-footer
:okText="okText"
:okText="ok"
:cancel="cancel"
:okStyle="okStyle"
:loading="okLoading"
Expand Down

0 comments on commit c9e49c0

Please sign in to comment.