Skip to content

Fix dropdown content non appearing in MR view

Filipa Lacerda requested to merge 25961-spec-list-blank into master

What does this MR do?

Fixes the dropdown non being filled when clicked. Dropdown code was being called before there as a table in the DOM, therefore not working. Needs to be called when we receive the data and create the table in the DOM.

Screenshots (if relevant)

mr_builds_dropdown

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes #25961 (closed)

Merge request reports