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.
1 parent b4aefac commit 9087ff2Copy full SHA for 9087ff2
docs/api/templates/layouts/admin.md
@@ -69,7 +69,7 @@ class Dummy::Layout < Matestack::Ui::Bootstrap::Layouts::AdminTemplate
69
70
def toasts
71
[
72
- { show_on: "failure", class: "bg-danger text-white", body: "{{ eventData.message }}".html_safe },
+ { show_on: "failure", class: "bg-danger text-white", body: "{{ vc.eventData.message }}".html_safe },
73
{ show_on: "success", class: "bg-primary text-white", body: "Performed successfully" },
74
]
75
end
0 commit comments