Commit c1960f67 authored by Natalia Tepluhina's avatar Natalia Tepluhina

Merge branch 'remove-cve-id-button-ff2' into 'master'

Remove feture-flag from Frontend

See merge request gitlab-org/gitlab!70120
parents d54c318a d6bb2202
......@@ -160,8 +160,5 @@ export function mountSidebar(mediator, store) {
mountStatusComponent(store);
mountEpicsSelect();
mountIterationSelect();
if (gon.features.cveIdRequestButton) {
mountCveIdRequestComponent(store);
}
mountCveIdRequestComponent(store);
}
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