Skip to content

Commit

Permalink
Resolve conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex committed Oct 24, 2023
1 parent 31bf094 commit 880af49
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app/models/forms/export.rb
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,9 @@ def to_xls
unless os_already_logged
os.option_nodes.each_with_index do |node, x|
if node.option.present?
.row(x + choices_index_mod)
.push(os.name, node.option.canonical_name, node.option.canonical_name)
choices
.row(x + choices_index_mod)
.push(os.name, node.option.canonical_name, node.option.canonical_name)
end
end

Expand Down

0 comments on commit 880af49

Please sign in to comment.