fix(dossier): do not crash when a repetition is empty
This commit is contained in:
parent
bfb96b6cb3
commit
4ec9a4be37
1 changed files with 3 additions and 3 deletions
|
@ -1,3 +1,3 @@
|
|||
= fields_for @champ.input_name, @champ do |form|
|
||||
= turbo_stream.append dom_id(@champ, :rows), render(EditableChamp::RepetitionRowComponent.new(form: form, champ: @champ, row: @champs))
|
||||
|
||||
- if @champs.present?
|
||||
= fields_for @champ.input_name, @champ do |form|
|
||||
= turbo_stream.append dom_id(@champ, :rows), render(EditableChamp::RepetitionRowComponent.new(form: form, champ: @champ, row: @champs))
|
||||
|
|
Loading…
Reference in a new issue