diff options
Diffstat (limited to 'web/app/store/GeofenceAttributes.js')
-rw-r--r-- | web/app/store/GeofenceAttributes.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/app/store/GeofenceAttributes.js b/web/app/store/GeofenceAttributes.js index 9034b3f3..2b8d2d89 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' }] }); |