We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc0cbe0 commit 3df38adCopy full SHA for 3df38ad
core/client/components/KDialog.vue
@@ -126,7 +126,7 @@ const computedButtons = computed(() => {
126
if (okButton.handler) {
127
// overload the handler to call Quasar onDialogOK
128
okButton.handler = async () => {
129
- // ! call the origonal handler to avoid recursive call
+ // ! call the orignal handler to avoid recursive call
130
const result = await callHandler(props.okAction.handler)
131
// close dialog if and only if the handler returns true
132
if (result) onDialogOK(result)
0 commit comments