diff options
-rw-r--r-- | web/app/view/BaseMap.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/app/view/BaseMap.js b/web/app/view/BaseMap.js index 26b5ae5c..17d6a490 100644 --- a/web/app/view/BaseMap.js +++ b/web/app/view/BaseMap.js @@ -16,7 +16,7 @@ */ Ext.define('Traccar.view.BaseMap', { - extend: 'Ext.form.Panel', + extend: 'Ext.panel.Panel', xtype: 'baseMapView', layout: 'fit', |