We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e4b042e + 43f89a2 commit 32ea7b1Copy full SHA for 32ea7b1
src/plugin/js/mixins/dialog-mixin.js
@@ -63,7 +63,7 @@ export default {
63
this.options.reverse ? this.proceed(this.getDefaultData()) : this.cancel()
64
},
65
submitDialogForm () {
66
- this.okBtnDisabled || this.proceed()
+ this.okBtnDisabled || this.proceed(this.getDefaultData())
67
68
getDefaultData () {
69
return this.isPrompt ? this.input : null
0 commit comments