fix(router): rename duplicate notifications route name
This commit is contained in:
@@ -54,7 +54,7 @@ class AppRoutes {
|
||||
|
||||
static const controlPanel = '$legacyDashboard/control_panel';
|
||||
static const customerService = '$controlPanel/customer_service';
|
||||
static const deviceAlertsNotifications = '$controlPanel/device_alerts_notifications';
|
||||
static const deviceNotifications = '$controlPanel/notifications';
|
||||
|
||||
static const deviceManagement = '$legacyDashboard/device_management';
|
||||
static const legacyLocation = '$legacyDashboard/location';
|
||||
@@ -98,7 +98,6 @@ class AppRoutes {
|
||||
static const blockPhone = '$settings/block_phone';
|
||||
static const disableFunctions = '$settings/disable_functions';
|
||||
static const language = '$settings/language';
|
||||
static const legacyNotifications = '$settings/legacy_notifications';
|
||||
static const remoteManagement = '$settings/remote_management';
|
||||
static const remoteOnOff = '$settings/remote_on_off';
|
||||
static const alerts = '$settings/alerts';
|
||||
|
||||
Reference in New Issue
Block a user