Advertisement
Guest User

Untitled

a guest
Feb 21st, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. import {LightningElement, api, track} from 'lwc';
  2. import CREATECONTACTSET from '@salesforce/schema/Contact/FieldSet.CREATE_CONTACT_MODAL';
  3.  
  4. import {LightningElement, api, track} from 'lwc';
  5. import CREATECONTACTSET from '@salesforce/schema/Contact.FieldSet.CREATE_CONTACT_MODAL';
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement