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 { ...@@ -79,7 +79,6 @@ export default {
title: __('Assignees'), title: __('Assignees'),
type: 'assignees', type: 'assignees',
token: AuthorToken, token: AuthorToken,
defaultAuthors: [],
initialAuthors: this.assigneesData, initialAuthors: this.assigneesData,
unique: false, unique: false,
operators: OPERATOR_IS_ONLY, operators: OPERATOR_IS_ONLY,
......
...@@ -86,7 +86,6 @@ export default { ...@@ -86,7 +86,6 @@ export default {
title: __('Author'), title: __('Author'),
type: 'author', type: 'author',
token: AuthorToken, token: AuthorToken,
defaultAuthors: [],
initialAuthors: this.authorsData, initialAuthors: this.authorsData,
unique: true, unique: true,
operators: OPERATOR_IS_ONLY, operators: OPERATOR_IS_ONLY,
...@@ -97,7 +96,6 @@ export default { ...@@ -97,7 +96,6 @@ export default {
title: __('Assignee'), title: __('Assignee'),
type: 'assignee', type: 'assignee',
token: AuthorToken, token: AuthorToken,
defaultAuthors: [],
initialAuthors: this.assigneesData, initialAuthors: this.assigneesData,
unique: false, unique: false,
operators: OPERATOR_IS_ONLY, 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