test: Fixed sider issues
This commit is contained in:
parent
651aa36cd2
commit
dda56b3759
1 changed files with 3 additions and 3 deletions
|
|
@ -10,21 +10,21 @@ context('Data Control', () => {
|
|||
"label": "Name",
|
||||
"fieldname": "name1",
|
||||
"fieldtype": "Data",
|
||||
"options":"Name",
|
||||
"options": "Name",
|
||||
"in_list_view": 1,
|
||||
},
|
||||
{
|
||||
"label": "Email-ID",
|
||||
"fieldname": "email",
|
||||
"fieldtype": "Data",
|
||||
"options":"Email",
|
||||
"options": "Email",
|
||||
"in_list_view": 1,
|
||||
},
|
||||
{
|
||||
"label": "Phone No.",
|
||||
"fieldname": "phone",
|
||||
"fieldtype": "Data",
|
||||
"options":"Phone",
|
||||
"options": "Phone",
|
||||
"in_list_view": 1,
|
||||
},
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue