demarches-normaliennes/app/views/invites/destroy.turbo_stream.haml

4 lines
192 B
Text
Raw Normal View History

- if @dossier.present?
= turbo_stream.replace_all '.invite-user-action', partial: 'invites/dropdown', locals: { dossier: @dossier }
= turbo_stream.focus_all '.invite-user-action > button'