We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9db4cec + cd0913c commit ea6f642Copy full SHA for ea6f642
1 file changed
src/lib/stores/project-services.ts
@@ -34,11 +34,6 @@ function projectServiceRows(project: Models.Project | null): Service[] {
34
method: ServiceId.Graphql,
35
value: project?.serviceStatusForGraphql ?? null
36
},
37
- {
38
- label: 'Health',
39
- method: ServiceId.Health,
40
- value: project?.serviceStatusForHealth ?? null
41
- },
42
{
43
label: 'Locale',
44
method: ServiceId.Locale,
0 commit comments