diff --git a/ui/scripts/accounts.js b/ui/scripts/accounts.js index 329c019e903..2824d8f3b1e 100644 --- a/ui/scripts/accounts.js +++ b/ui/scripts/accounts.js @@ -527,7 +527,9 @@ }, notification: { poll: function(args) { - args.complete(); + args.complete({ + data: { state: 'enabled' } + }); } } },