summaryrefslogtreecommitdiff
path: root/app/components/layouts
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-05-08 18:13:15 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2023-05-08 18:13:15 +0000
commit3a563d7c1e15023f205d2a357e5d8a38a3b53ecc (patch)
treeb7979f23104af9ed6d0ef077ce9964ba5d7ad65e /app/components/layouts
parentdcc56fe601580b5d8f6c3da32550c6523f2baff3 (diff)
downloadgitlab-ce-3a563d7c1e15023f205d2a357e5d8a38a3b53ecc.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/components/layouts')
-rw-r--r--app/components/layouts/horizontal_section_component.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/components/layouts/horizontal_section_component.rb b/app/components/layouts/horizontal_section_component.rb
index 48c960f17d9..caeaa1782c0 100644
--- a/app/components/layouts/horizontal_section_component.rb
+++ b/app/components/layouts/horizontal_section_component.rb
@@ -2,6 +2,8 @@
module Layouts
class HorizontalSectionComponent < ViewComponent::Base
+ warn_on_deprecated_slot_setter
+
# @param [Boolean] border
# @param [Hash] options
def initialize(border: true, options: {})