Skip to content

Commit

Permalink
remove static class
Browse files Browse the repository at this point in the history
  • Loading branch information
jamieshark committed Aug 30, 2024
1 parent 563f33a commit 864718b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions app/components/primer/alpha/select_panel.rb
Original file line number Diff line number Diff line change
Expand Up @@ -388,10 +388,6 @@ def initialize(
@title = title
@system_arguments[:tag] = :"select-panel"
@system_arguments[:preload] = true if @src.present? && preload?
@system_arguments[:classes] = class_names(
system_arguments[:classes],
"SelectPanel"
)
@system_arguments[:data] = merge_data(
system_arguments, {
data: { select_variant: @select_variant, fetch_strategy: @fetch_strategy, open_on_load: open_on_load }.tap do |data|
Expand Down

0 comments on commit 864718b

Please sign in to comment.