Commit f3c552f5 authored by Justin Ho's avatar Justin Ho

Use empty array for integrations listing

Remove changelog since this feature is behind a
feature flag. Changelog will be added once feature
is fully enabled.
parent b06f7a03
......@@ -31,7 +31,7 @@ class Admin::ApplicationSettingsController < Admin::ApplicationController
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)
@integrations = []
end
perform_update if submitted?
......
---
title: Add Instance-Level Integration Settings UI
merge_request: 25752
author:
type: added
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