diff options
Diffstat (limited to 'web/app/view/GeofenceDialogController.js')
-rw-r--r-- | web/app/view/GeofenceDialogController.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/app/view/GeofenceDialogController.js b/web/app/view/GeofenceDialogController.js index be346c47..936c46dc 100644 --- a/web/app/view/GeofenceDialogController.js +++ b/web/app/view/GeofenceDialogController.js @@ -20,6 +20,7 @@ Ext.define('Traccar.view.GeofenceDialogController', { alias: 'controller.geofenceDialog', requires: [ + 'Traccar.view.BaseWindow', 'Traccar.view.GeofenceMap' ], |