chore: remove graphql from service list

This commit is contained in:
harsh mahajan
2026-04-20 18:32:53 +05:30
parent 5889f6194f
commit 04447967a6
-5
View File
@@ -29,11 +29,6 @@ function projectServiceRows(project: Models.Project | null): Service[] {
method: ServiceId.Functions,
value: project?.serviceStatusForFunctions ?? null
},
{
label: 'GraphQL',
method: ServiceId.Graphql,
value: project?.serviceStatusForGraphql ?? null
},
{
label: 'Locale',
method: ServiceId.Locale,