aboutsummaryrefslogtreecommitdiff
path: root/web/app/store/GeofenceAttributes.js
diff options
context:
space:
mode:
Diffstat (limited to 'web/app/store/GeofenceAttributes.js')
-rw-r--r--web/app/store/GeofenceAttributes.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/app/store/GeofenceAttributes.js b/web/app/store/GeofenceAttributes.js
index 9034b3f..2b8d2d8 100644
--- a/web/app/store/GeofenceAttributes.js
+++ b/web/app/store/GeofenceAttributes.js
@@ -23,6 +23,6 @@ Ext.define('Traccar.store.GeofenceAttributes', {
data: [{
key: 'color',
name: Strings.attributeColor,
- type: 'color'
+ valueType: 'color'
}]
});