diff --git a/src/ServiceControl.Config/UI/AdvancedOptions/ServiceControlAdvancedViewModel.cs b/src/ServiceControl.Config/UI/AdvancedOptions/ServiceControlAdvancedViewModel.cs index 3bfed4981f..d83e9edb0a 100644 --- a/src/ServiceControl.Config/UI/AdvancedOptions/ServiceControlAdvancedViewModel.cs +++ b/src/ServiceControl.Config/UI/AdvancedOptions/ServiceControlAdvancedViewModel.cs @@ -81,7 +81,7 @@ ForceUpgradeAuditInstanceCommand forceUpgradeAuditCommand public bool InMaintenanceMode => ServiceControlInstance.InMaintenanceMode; - public string RavenStudioUrl => ServiceControlInstance.RavenDbStudioUrl; + public string RavenDbStudioUrl => ServiceControlInstance.RavenDbStudioUrl; public bool IsRunning {