Skip to content

Commit 9087ff2

Browse files
authored
Update admin.md
1 parent b4aefac commit 9087ff2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/templates/layouts/admin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ class Dummy::Layout < Matestack::Ui::Bootstrap::Layouts::AdminTemplate
6969

7070
def toasts
7171
[
72-
{ show_on: "failure", class: "bg-danger text-white", body: "{{ eventData.message }}".html_safe },
72+
{ show_on: "failure", class: "bg-danger text-white", body: "{{ vc.eventData.message }}".html_safe },
7373
{ show_on: "success", class: "bg-primary text-white", body: "Performed successfully" },
7474
]
7575
end

0 commit comments

Comments
 (0)