fix: hide one service toggle

This commit is contained in:
harsh mahajan
2026-04-17 17:19:22 +05:30
parent 9db4cec9e3
commit cd0913ca88
-5
View File
@@ -34,11 +34,6 @@ function projectServiceRows(project: Models.Project | null): Service[] {
method: ServiceId.Graphql,
value: project?.serviceStatusForGraphql ?? null
},
{
label: 'Health',
method: ServiceId.Health,
value: project?.serviceStatusForHealth ?? null
},
{
label: 'Locale',
method: ServiceId.Locale,