We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 885a453 + 991a179 commit 75d3196Copy full SHA for 75d3196
admin/app/views/layouts/solidus_admin/application.html.erb
@@ -29,7 +29,7 @@
29
30
<div class="fixed inset-x-0 bottom-3 flex items-center justify-center flex-col gap-3 pointer-events-none" role="alert">
31
<% flash.each do |key, message| %>
32
- <%= render component("ui/toast").new(text: message, scheme: key == :error ? :error : :default) %>
+ <%= render component("ui/toast").new(text: message, scheme: key.to_sym == :error ? :error : :default) %>
33
<% end %>
34
</div>
35
</body>
0 commit comments