Skip to content

Commit

Permalink
Remove duplicate show-when-value-selected definition
Browse files Browse the repository at this point in the history
Unused
  • Loading branch information
oliverguenther committed Dec 17, 2024
1 parent 066b97b commit b0ad8d4
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,12 +84,7 @@
frequency_row.with_column(
flex: 1,
hidden: @meeting.frequency_working_days?,
data: {
target_name: "frequency",
not_value: "working_days",
set_visibility: "true",
"show-when-value-selected-target": "effect"
}) do
) do
flex_layout do |end_after|
end_after.with_row(hidden: @meeting.end_after_iterations?,
data: {
Expand Down

0 comments on commit b0ad8d4

Please sign in to comment.