fix(view_component): use new slot name

This commit is contained in:
simon lehericey 2024-01-08 11:22:38 +01:00
parent aa1eb5b46b
commit 560c2d763c
33 changed files with 49 additions and 49 deletions

View file

@ -1,5 +1,5 @@
= render Dsfr::AlertComponent.new(state: :warning, title:) do |c|
- c.body do
- c.with_body do
- error_messages.each do |(messages, path)|
%p.mt-2
= messages.to_sentence