chore: dont render query as reqd/bold
[skip ci]
This commit is contained in:
parent
ce1355dab8
commit
74d78dafce
1 changed files with 3 additions and 6 deletions
|
|
@ -25,8 +25,7 @@
|
|||
"fieldtype": "Data",
|
||||
"in_list_view": 1,
|
||||
"label": "Query",
|
||||
"length": 2,
|
||||
"reqd": 1
|
||||
"length": 2
|
||||
},
|
||||
{
|
||||
"fieldname": "normalized_query",
|
||||
|
|
@ -37,15 +36,13 @@
|
|||
"fieldname": "duration",
|
||||
"fieldtype": "Float",
|
||||
"in_list_view": 1,
|
||||
"label": "Duration",
|
||||
"reqd": 1
|
||||
"label": "Duration"
|
||||
},
|
||||
{
|
||||
"fieldname": "exact_copies",
|
||||
"fieldtype": "Int",
|
||||
"in_list_view": 1,
|
||||
"label": "Exact Copies",
|
||||
"reqd": 1
|
||||
"label": "Exact Copies"
|
||||
},
|
||||
{
|
||||
"fieldname": "normalized_copies",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue