diff options
Diffstat (limited to 'web/app/view/State.js')
-rw-r--r-- | web/app/view/State.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/app/view/State.js b/web/app/view/State.js index d161251c..690c097f 100644 --- a/web/app/view/State.js +++ b/web/app/view/State.js @@ -16,7 +16,7 @@ */ Ext.define('Traccar.view.State', { - extend: 'Ext.grid.Panel', + extend: 'Traccar.view.GridPanel', xtype: 'stateView', requires: [ |