Skip to content

Commit

Permalink
Added "dashboard" reference to "skybrud.umbraco.redirects.dashboard.i…
Browse files Browse the repository at this point in the history
…nit" event

Needed for #28

(cherry picked from commit 37da5c3)
  • Loading branch information
abjerner committed Jan 6, 2024
1 parent 7cd18bb commit 623b80d
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,10 @@
];

eventsService.emit("skybrud.umbraco.redirects.dashboard.init", {
buttonGroups: vm.buttonGroups
buttonGroups: vm.buttonGroups,
dashboard: {
updateList: vm.updateList
}
});

});

0 comments on commit 623b80d

Please sign in to comment.