Commit 66dfb308 authored by Rémy Coutable's avatar Rémy Coutable

Ensure the EE version of ListIssue is imported if available

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent 7e381429
......@@ -3,7 +3,7 @@
import { __ } from '~/locale';
import ListLabel from './label';
import ListAssignee from './assignee';
import ListIssue from './issue';
import ListIssue from 'ee_else_ce/boards/models/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