Skip to content

Commit

Permalink
Fix commit detail component to fetch current org from helpers
Browse files Browse the repository at this point in the history
  • Loading branch information
nid90 committed Mar 4, 2024
1 parent a1d42fb commit 6bdf501
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/live_release/commits/detail_component.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def initialize(commit, number)
end

attr_reader :commit, :release, :number
delegate :writer?, to: :helpers
delegate :writer?, :current_organization, to: :helpers
delegate :stale?, :team, to: :commit

def number_style
Expand Down

0 comments on commit 6bdf501

Please sign in to comment.