Skip to content

Instantly share code, notes, and snippets.

@thierryskoda
Created May 5, 2020 01:15
Show Gist options
  • Save thierryskoda/61408e4b457c2ac53aa0bc4a53077048 to your computer and use it in GitHub Desktop.
Save thierryskoda/61408e4b457c2ac53aa0bc4a53077048 to your computer and use it in GitHub Desktop.
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