Skip to content

Commit

Permalink
fix heading field
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianthedev committed Dec 18, 2023
1 parent aa1d5ba commit b60ff94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/app/avo/resources/plan.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def fields
sidebar do
field :created_at, as: :date_time
field :updated_at, as: :date_time
heading "Processor details"
field :processor_details, as: :heading, label: "Processor details"
field :stripe_id, as: :text, format_using: -> do
if view == :edit || view == :new
value
Expand Down

0 comments on commit b60ff94

Please sign in to comment.