aboutsummaryrefslogtreecommitdiff
path: root/web/app/view/GeofenceDialog.js
diff options
context:
space:
mode:
Diffstat (limited to 'web/app/view/GeofenceDialog.js')
-rw-r--r--web/app/view/GeofenceDialog.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/web/app/view/GeofenceDialog.js b/web/app/view/GeofenceDialog.js
index fa3bbe87f..febef235e 100644
--- a/web/app/view/GeofenceDialog.js
+++ b/web/app/view/GeofenceDialog.js
@@ -34,6 +34,11 @@ Ext.define('Traccar.view.GeofenceDialog', {
xtype: 'textfield',
name: 'description',
fieldLabel: Strings.sharedDescription
+ }, {
+ xtype: 'hiddenfield',
+ name: 'area',
+ allowBlank: false,
+ reference: 'areaField'
}]
},