Closed eneadrian closed 3 months ago
5
Livewire
10
8
No response
If bannerStyle is warning, or anything other than succes or danger, 2 warning icons appears
return redirect()->back() ->with('flash', [ 'bannerStyle' => 'warning', 'banner' => 'Something went wrong' ]);
Heya, thanks for reporting this one! Could you send in a PR for this?
PR was merged thanks.
Jetstream Version
5
Jetstream Stack
Livewire
Laravel Version
10
PHP Version
8
Database Driver & Version
No response
Description
If bannerStyle is warning, or anything other than succes or danger, 2 warning icons appears
Steps To Reproduce
return redirect()->back() ->with('flash', [ 'bannerStyle' => 'warning', 'banner' => 'Something went wrong' ]);