Skip to content

Commit

Permalink
Remove unused keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszreszke committed Aug 6, 2024
1 parent 115f29a commit 2b6450c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rails_application/app/helpers/application_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def primary_action_button(type: "button", &block)
)
end

def secondary_action_button(type: "button", form: nil, &block)
def secondary_action_button(&block)
action_button(
"border-gray-300 text-gray-700 bg-white hover:bg-gray-50",
&block
Expand Down

0 comments on commit 2b6450c

Please sign in to comment.