summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/pages/groups/settings
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-04-14 18:09:18 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2021-04-14 18:09:18 +0000
commit844e3ef899c87d9e04cf8b89c8690afb013ba425 (patch)
tree9f65624c9d227d56444737bcf9070a958f172cc9 /app/assets/javascripts/pages/groups/settings
parenta3dfd311f4660fc81e929058abd6e136ac884ed3 (diff)
downloadgitlab-ce-844e3ef899c87d9e04cf8b89c8690afb013ba425.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/assets/javascripts/pages/groups/settings')
-rw-r--r--app/assets/javascripts/pages/groups/settings/integrations/index.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/assets/javascripts/pages/groups/settings/integrations/index.js b/app/assets/javascripts/pages/groups/settings/integrations/index.js
new file mode 100644
index 00000000000..53068f72d3f
--- /dev/null
+++ b/app/assets/javascripts/pages/groups/settings/integrations/index.js
@@ -0,0 +1,3 @@
+import initIntegrationsList from '~/integrations/index';
+
+initIntegrationsList();