Skip to content

Commit ea6f642

Browse files
authored
Merge pull request #2980 from appwrite/fix-hide-one-service-endpoint
fix: hide one service toggle
2 parents 9db4cec + cd0913c commit ea6f642

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

src/lib/stores/project-services.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,6 @@ function projectServiceRows(project: Models.Project | null): Service[] {
3434
method: ServiceId.Graphql,
3535
value: project?.serviceStatusForGraphql ?? null
3636
},
37-
{
38-
label: 'Health',
39-
method: ServiceId.Health,
40-
value: project?.serviceStatusForHealth ?? null
41-
},
4237
{
4338
label: 'Locale',
4439
method: ServiceId.Locale,

0 commit comments

Comments
 (0)