Skip to content

Commit

Permalink
fix webhook's property name
Browse files Browse the repository at this point in the history
  • Loading branch information
anatskiy authored and dannon committed Feb 1, 2018
1 parent fa0ba22 commit 9b4465e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/galaxy/scripts/layout/menu.js
Expand Up @@ -113,7 +113,7 @@ var Collection = Backbone.Collection.extend({
var webhook = model.toJSON();
if (webhook.activate) {
var obj = {
id: webhook.name,
id: webhook.id,
icon: webhook.config.icon,
url: webhook.config.url,
tooltip: webhook.config.tooltip,
Expand Down

0 comments on commit 9b4465e

Please sign in to comment.