Commit 230c1049 authored by Rémy Coutable's avatar Rémy Coutable

Merge branch 'remove-extra-space-from-graphql-enum' into 'master'

Remove extra space from graphql enum

See merge request gitlab-org/gitlab!51304
parents 02d36848 9da7bcce
......@@ -6,7 +6,7 @@ module Types
graphql_name 'AlertManagementDomainFilter'
description 'Filters the alerts based on given domain'
value 'operations', description: 'Alerts for operations domain '
value 'operations', description: 'Alerts for operations domain'
value 'threat_monitoring', description: 'Alerts for threat monitoring domain'
end
end
......
......@@ -1500,7 +1500,7 @@
"enumValues": [
{
"name": "operations",
"description": "Alerts for operations domain ",
"description": "Alerts for operations domain",
"isDeprecated": false,
"deprecationReason": null
},
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment