diff options
Diffstat (limited to 'web/app/view/dialog/Geofence.js')
-rw-r--r-- | web/app/view/dialog/Geofence.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/app/view/dialog/Geofence.js b/web/app/view/dialog/Geofence.js index 7a425ba8..65c32c04 100644 --- a/web/app/view/dialog/Geofence.js +++ b/web/app/view/dialog/Geofence.js @@ -19,7 +19,7 @@ Ext.define('Traccar.view.dialog.Geofence', { extend: 'Traccar.view.dialog.BaseEdit', requires: [ - 'Traccar.view.CustomComboBox', + 'Traccar.view.ClearableComboBox', 'Traccar.view.dialog.GeofenceController' ], @@ -46,7 +46,7 @@ Ext.define('Traccar.view.dialog.Geofence', { name: 'description', fieldLabel: Strings.sharedDescription }, { - xtype: 'customComboBox', + xtype: 'clearableComboBox', reference: 'calendarCombo', name: 'calendarId', store: 'Calendars', |