aboutsummaryrefslogtreecommitdiff
path: root/web/app/view/dialog/CommandController.js
diff options
context:
space:
mode:
Diffstat (limited to 'web/app/view/dialog/CommandController.js')
-rw-r--r--web/app/view/dialog/CommandController.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/app/view/dialog/CommandController.js b/web/app/view/dialog/CommandController.js
index fc233f30..0687f670 100644
--- a/web/app/view/dialog/CommandController.js
+++ b/web/app/view/dialog/CommandController.js
@@ -52,7 +52,7 @@ Ext.define('Traccar.view.dialog.CommandController', {
config.uncheckedValue = false;
break;
default:
- if (parameter.get('dataType') && parameter.get('dataType') === 'timezone') {
+ if (parameter.get('dataType') === 'timezone') {
config.xtype = 'combobox';
config.queryMode = 'local';
config.displayField = 'key';