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>2023-12-27 15:09:52 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-12-27 15:09:52 +0300
commitf8740a1ade9d4614dde927d8983eeb288e783ccf (patch)
tree62fd1c7987409292658c2160e8d233341d7732b2 /app/assets
parent7596630be2bb8febb34e782817c8339ba6ec7b2c (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/assets')
-rw-r--r--app/assets/javascripts/graphql_shared/issuable_client.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/javascripts/graphql_shared/issuable_client.js b/app/assets/javascripts/graphql_shared/issuable_client.js
index 0d911c497ff..8e19de9f7c2 100644
--- a/app/assets/javascripts/graphql_shared/issuable_client.js
+++ b/app/assets/javascripts/graphql_shared/issuable_client.js
@@ -160,7 +160,7 @@ export const config = {
},
EpicConnection: {
merge(existing = { nodes: [] }, incoming, { args }) {
- if (!args.after) {
+ if (!args?.after) {
return incoming;
}
return {