Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianthedev committed Sep 3, 2024
1 parent 702b60a commit c8317fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/avo/fields/common/badge_viewer_component.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# frozen_string_literal: true

class Avo::Fields::Common::BadgeViewerComponent < Avo::BaseComponent
prop :value, prop :value, _Union(_String, _Symbol)
prop :value, _Union(_String, _Symbol)
prop :options, Hash

def after_initialize
Expand Down

0 comments on commit c8317fa

Please sign in to comment.