Remove unused legacy filter init
This commit is contained in:
parent
2da7759271
commit
ee4a7811a0
|
|
@ -1,14 +0,0 @@
|
|||
/* eslint-disable no-new */
|
||||
import LabelsSelect from './labels_select';
|
||||
import subscriptionSelect from './subscription_select';
|
||||
import UsersSelect from './users_select';
|
||||
import issueStatusSelect from './issue_status_select';
|
||||
import MilestoneSelect from './milestone_select';
|
||||
|
||||
export default () => {
|
||||
new UsersSelect();
|
||||
new LabelsSelect();
|
||||
new MilestoneSelect();
|
||||
issueStatusSelect();
|
||||
subscriptionSelect();
|
||||
};
|
||||
Loading…
Reference in New Issue