Commit 7cd2ed41 authored by Brandon Labuschagne's avatar Brandon Labuschagne

Fix MR analytics not filter

parent 85f40434
...@@ -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