Skip to content

Commit

Permalink
fix: dialog footer ok button text
Browse files Browse the repository at this point in the history
  • Loading branch information
icebergtsn committed May 11, 2024
1 parent c9e49c0 commit b80c492
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.84",
"version": "0.0.85",
"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="ok"
:ok="ok"
:cancel="cancel"
:okStyle="okStyle"
:loading="okLoading"
Expand Down

0 comments on commit b80c492

Please sign in to comment.