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/sidebar
parent5b98c2c50664b78cbf50094de6b40abcff818831 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/assets/javascripts/sidebar')
-rw-r--r--app/assets/javascripts/sidebar/queries/get_alert_assignees.query.graphql1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/javascripts/sidebar/queries/get_alert_assignees.query.graphql b/app/assets/javascripts/sidebar/queries/get_alert_assignees.query.graphql
index bb6c7181e5c..78c1f9e13cd 100644
--- a/app/assets/javascripts/sidebar/queries/get_alert_assignees.query.graphql
+++ b/app/assets/javascripts/sidebar/queries/get_alert_assignees.query.graphql
@@ -8,6 +8,7 @@ query alertAssignees(
) {
workspace: project(fullPath: $fullPath) {
id
+ # eslint-disable-next-line @graphql-eslint/require-id-when-available
issuable: alertManagementAlert(domain: $domain, iid: $iid) {
iid
assignees {