Commit 42b8e683 authored by Kushal Pandya's avatar Kushal Pandya

Merge branch 'fix-missing-listissue' into 'master'

Add missing ListIssue import

See merge request gitlab-org/gitlab-ce!32850
parents 31b76c6e 6562d406
/* eslint-disable no-underscore-dangle, class-methods-use-this, consistent-return, no-shadow, no-param-reassign */
/* global ListIssue */
import { __ } from '~/locale';
import ListLabel from './label';
import ListAssignee from './assignee';
import ListIssue from './issue';
import { urlParamsToObject } from '~/lib/utils/common_utils';
import boardsStore from '../stores/boards_store';
import ListMilestone from './milestone';
......
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