Add new "error" attribute in the StatusMessage

It is used by `admin/payments/services/stripe_elements.js.coffee`
This commit is contained in:
Jean-Baptiste Bellet
2021-11-22 10:57:23 +01:00
parent 36c12a92f2
commit 5348d26054

View File

@@ -6,6 +6,7 @@ angular.module("admin.utils").factory "StatusMessage", ->
notice: {style: {color: 'grey'}}
success: {style: {color: '#9fc820'}}
failure: {style: {color: '#da5354'}}
error: {style: {color: '#da5354'}}
statusMessage:
text: ""