Commit 56aa32ef authored by Lukas Eipert's avatar Lukas Eipert

fix selector to update correct badge in security tab

parent 804da429
......@@ -77,7 +77,7 @@ export default () => {
},
on: {
updateBadgeCount: (count) => {
updateBadgeCount('.js-licenses-counter', count);
updateBadgeCount('.js-sast-counter', count);
},
},
});
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment