Commit a25bd893 authored by Filipa Lacerda's avatar Filipa Lacerda

Merge branch 'ee-67327-broken-master' into 'master'

[EE] Fix broken master by ensuring the EE version of ListIssue is imported if available

Closes #31797 and #31798

See merge request gitlab-org/gitlab-ee!16506
parents cc13c502 66dfb308
......@@ -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