Commit aeff2576 authored by Jacques Erasmus's avatar Jacques Erasmus

Merge branch '342241-mr-analytics-broken-filter-dropdown' into 'master'

Remove defaultAuthors from MR Analytics and VSA

See merge request gitlab-org/gitlab!72492
parents bcdfc9f3 17c9eb62
......@@ -79,7 +79,6 @@ export default {
title: __('Assignees'),
type: 'assignees',
token: AuthorToken,
defaultAuthors: [],
initialAuthors: this.assigneesData,
unique: false,
operators: OPERATOR_IS_ONLY,
......
......@@ -86,7 +86,6 @@ export default {
title: __('Author'),
type: 'author',
token: AuthorToken,
defaultAuthors: [],
initialAuthors: this.authorsData,
unique: true,
operators: OPERATOR_IS_ONLY,
......@@ -97,7 +96,6 @@ export default {
title: __('Assignee'),
type: 'assignee',
token: AuthorToken,
defaultAuthors: [],
initialAuthors: this.assigneesData,
unique: false,
operators: OPERATOR_IS_ONLY,
......
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