Skip to content

Commit

Permalink
Correctly hide form for end_after options
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverguenther committed Nov 28, 2024
1 parent 12e098d commit 4249e15
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
end

modal_body.with_row(mt: 3,
hidden: @meeting.end_after_iterations?,
data: {
value: "specific_date",
target_name: "end_after",
Expand All @@ -76,7 +77,7 @@
end

modal_body.with_row(mt: 3,
hidden: true,
hidden: @meeting.end_after_specific_date?,
data: {
value: "iterations",
target_name: "end_after",
Expand Down

0 comments on commit 4249e15

Please sign in to comment.