Skip to content

Commit 3df38ad

Browse files
committed
chore: fixed typo
1 parent dc0cbe0 commit 3df38ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/client/components/KDialog.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ const computedButtons = computed(() => {
126126
if (okButton.handler) {
127127
// overload the handler to call Quasar onDialogOK
128128
okButton.handler = async () => {
129-
// ! call the origonal handler to avoid recursive call
129+
// ! call the orignal handler to avoid recursive call
130130
const result = await callHandler(props.okAction.handler)
131131
// close dialog if and only if the handler returns true
132132
if (result) onDialogOK(result)

0 commit comments

Comments
 (0)