Skip to content
Snippets Groups Projects

Work Items - Tasks First Time Experience

Merged Deepika Guliani requested to merge 366687-work-items-tasks-first-time-experience into master
All threads resolved!
Compare and
3 files
+ 83
0
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -3,12 +3,14 @@ import { GlAlert, GlModal } from '@gitlab/ui';
import { s__ } from '~/locale';
import deleteWorkItemFromTaskMutation from '../graphql/delete_task_from_work_item.mutation.graphql';
import WorkItemDetail from './work_item_detail.vue';
import WorkItemInformation from './work_item_information.vue';
export default {
components: {
GlAlert,
GlModal,
WorkItemDetail,
WorkItemInformation,
},
props: {
workItemId: {
@@ -110,6 +112,8 @@ export default {
{{ error }}
</gl-alert>
<work-item-information :work-item-parent-id="issueGid" :work-item-id="workItemId" />
<work-item-detail
:work-item-parent-id="issueGid"
:work-item-id="workItemId"
Loading