aboutsummaryrefslogtreecommitdiff
path: root/web/app/view/BaseEditDialog.js
diff options
context:
space:
mode:
Diffstat (limited to 'web/app/view/BaseEditDialog.js')
-rw-r--r--web/app/view/BaseEditDialog.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/app/view/BaseEditDialog.js b/web/app/view/BaseEditDialog.js
index df8bfda93..0788c30d2 100644
--- a/web/app/view/BaseEditDialog.js
+++ b/web/app/view/BaseEditDialog.js
@@ -22,6 +22,6 @@ Ext.define('Traccar.view.BaseEditDialog', {
handler: 'onSaveClick'
}, {
text: strings.sharedCancel,
- handler: 'onCancelClick'
+ handler: 'closeView'
}]
});