Created
May 5, 2020 01:15
-
-
Save thierryskoda/61408e4b457c2ac53aa0bc4a53077048 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const FIELDS = [ | |
{ | |
label: 'First Name', | |
path: 'firstName', | |
width: '1-2' | |
}, | |
{ | |
label: 'Last name', | |
path: 'lastName', | |
width: '1-2' | |
}, | |
{ | |
label: 'Contact email', | |
path: 'email', | |
width: '1-2' | |
}, | |
{ | |
label: 'Phone number', | |
path: 'phoneNumber', | |
width: '1-2' | |
}, | |
{ | |
label: 'Business name', | |
path: 'businessName', | |
width: '1-2' | |
}, | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment