Skip to content

Commit

Permalink
Bugfix: hide title of the ChoiceListComponent if title_hidden was p…
Browse files Browse the repository at this point in the history
…assed (#412)
  • Loading branch information
k0va1 authored Apr 27, 2024
1 parent 867e75c commit 5ae6864
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/components/polaris/choice_list_component.rb
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ def initialize(
**system_arguments
)
@title = title
@title_hidden = title_hidden
@error = error
@form = form
@attribute = attribute
Expand Down

0 comments on commit 5ae6864

Please sign in to comment.