Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-12-09 18:08:59 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-12-09 18:08:59 +0300
commitfd8183c340684448fd976af9c0b4217fa58d7211 (patch)
tree45797af0b5dc7c8cc7d466ce7b816e45ceaf83b2 /app/assets/javascripts/issues
parent5b98c2c50664b78cbf50094de6b40abcff818831 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/assets/javascripts/issues')
-rw-r--r--app/assets/javascripts/issues/show/components/incidents/graphql/queries/get_alert.graphql1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/javascripts/issues/show/components/incidents/graphql/queries/get_alert.graphql b/app/assets/javascripts/issues/show/components/incidents/graphql/queries/get_alert.graphql
index d88633f2ae9..1f1b55a5dbf 100644
--- a/app/assets/javascripts/issues/show/components/incidents/graphql/queries/get_alert.graphql
+++ b/app/assets/javascripts/issues/show/components/incidents/graphql/queries/get_alert.graphql
@@ -3,6 +3,7 @@ query getAlert($iid: String!, $fullPath: ID!) {
id
issue(iid: $iid) {
id
+ # eslint-disable-next-line @graphql-eslint/require-id-when-available
alertManagementAlert {
iid
title