Skip to content

Commit

Permalink
Merge branch 'main' into feature/array-adapter
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul-Bob authored Jan 20, 2025
2 parents 3641325 + 1ec4e07 commit 91de7f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/components/avo/profile_item_component.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
target: target,
title: title,
method: method,
disabled: disabled,
params: params do %>
<%= helpers.svg(icon, class: 'h-4 mr-1') if icon.present? %> <%= label %>
<% end %>
Expand Down
1 change: 1 addition & 0 deletions app/components/avo/profile_item_component.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ class Avo::ProfileItemComponent < Avo::BaseComponent
end
prop :title, reader: :public
prop :method, reader: :public
prop :disabled, reader: :public
prop :params, default: {}.freeze, reader: :public
prop :classes, default: "", reader: :public

Expand Down

0 comments on commit 91de7f5

Please sign in to comment.