Skip to content
Snippets Groups Projects

Add CRM contacts widget to frontend

Merged Lee Tickett requested to merge gitlab-community/gitlab:464589-crm-widget-frontend into master
5 files
+ 99
55
Compare changes
  • Side-by-side
  • Inline
Files
5
@@ -484,8 +484,8 @@ export default {
<work-item-crm-contacts
class="gl-mb-5"
:full-path="fullPath"
:items="workItemCrmContacts.contacts.nodes"
:work-item-id="workItem.id"
:work-item-iid="workItem.iid"
:work-item-type="selectedWorkItemTypeName"
@error="$emit('error', $event)"
/>
Loading