mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
fix: hide one service toggle
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user