Commit 5dd9f54d authored by Filipa Lacerda's avatar Filipa Lacerda

Merge branch 'leipert-fix-security-tab-badges' into 'master'

Fix selector to update correct badge in security tab

See merge request gitlab-org/gitlab-ee!6801
parents 69bad668 56aa32ef
......@@ -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