Skip to content

Replace `flash[:error]` for `flash[:alert]`

Eduardo Sanz García requested to merge eduardosanz/flash-error into master

What does this MR do and why?

flash[:error] is not a valid variant for Pajamas::AlertComponent. We replace it for flash[:alert].

Screenshots or screen recordings

Before

image

After

image

How to set up and validate locally

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Merge request reports

Loading