diff options
Diffstat (limited to 'web/app/view/command/CommandDialog.js')
-rw-r--r-- | web/app/view/command/CommandDialog.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/app/view/command/CommandDialog.js b/web/app/view/command/CommandDialog.js index 7f4b3c592..a8da68380 100644 --- a/web/app/view/command/CommandDialog.js +++ b/web/app/view/command/CommandDialog.js @@ -43,7 +43,7 @@ Ext.define('Traccar.view.command.CommandDialog', { } }, { xtype: 'fieldcontainer', - reference: 'paramPositionFix', + reference: 'paramPositionPeriodic', name: 'other', hidden: true, |