Replace `flash[:error]` for `flash[:alert]`
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
After
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.
-
I have evaluated the MR acceptance checklist for this MR.