Skip to content

Commit 0444796

Browse files
committed
chore: remove graphql from service list
1 parent 5889f61 commit 0444796

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
@@ -29,11 +29,6 @@ function projectServiceRows(project: Models.Project | null): Service[] {
2929
method: ServiceId.Functions,
3030
value: project?.serviceStatusForFunctions ?? null
3131
},
32-
{
33-
label: 'GraphQL',
34-
method: ServiceId.Graphql,
35-
value: project?.serviceStatusForGraphql ?? null
36-
},
3732
{
3833
label: 'Locale',
3934
method: ServiceId.Locale,

0 commit comments

Comments
 (0)