Skip to content

Fix expand all button not working

What does this MR do?

Fixes the Expand all button in merge request diffs not working. Previously it was all local state in the diff_file component, this change watches this property & sets it in the Vuex store state as well.

What are the relevant issue numbers?

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/51737

Does this MR meet the acceptance criteria?

Merge request reports