Commit 7a04bdbb authored by Ezekiel Kigbo's avatar Ezekiel Kigbo

Merge branch 'fix-mr-analytics-not-milestone-filter' into 'master'

Fix MR analytics not filter

See merge request gitlab-org/gitlab!69840
parents de44b682 7cd2ed41
...@@ -175,7 +175,7 @@ export default { ...@@ -175,7 +175,7 @@ export default {
return { return {
...options, ...options,
notLabels: options['not[labels]'], notLabels: options['not[labels]'],
notMilestoneTitle: options['not[notMilestoneTitle]'], notMilestoneTitle: options['not[milestoneTitle]'],
}; };
}, },
tableDataAvailable() { tableDataAvailable() {
......
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