Commit 0f36dcd7 authored by Justin Ho's avatar Justin Ho

Update comment to include issue link

Issue link to discussion on backend changes that
should be implmeneted.
parent 84611821
......@@ -30,6 +30,7 @@ class Admin::ApplicationSettingsController < Admin::ApplicationController
def integrations
if Feature.enabled?(:instance_level_integrations)
# TODO: Update this with actual integrations
# To be fixed with https://gitlab.com/gitlab-org/gitlab/-/issues/199388
@integrations = Project.first&.find_or_initialize_services&.sort_by(&:title)
end
......
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