Fix issue with MessagesController (base html) - error type (#10281)

The success type was used twice so there was no way to add an error message. See #10182.
pull/10277/head
LB (Ben Johnston) 2023-03-29 22:16:13 +10:00 zatwierdzone przez GitHub
rodzic 433d70d3bf
commit 8b559fb671
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -32,7 +32,7 @@
<template data-w-messages-target="template" data-type="success">
<li class="success">{% icon name="success" classname="messages-icon" %}<span></span></li>
</template>
<template data-w-messages-target="template" data-type="success">
<template data-w-messages-target="template" data-type="error">
<li class="error">{% icon name="warning" classname="messages-icon" %}<span></span></li>
</template>
<template data-w-messages-target="template" data-type="warning">