columnRequired should not be set for non default keys

This commit is contained in:
j 2023-06-22 14:31:25 +05:30
parent 21db208556
commit f664927b5f

View file

@ -545,7 +545,6 @@
"title": "Director",
"type": ["string"],
"autocomplete": true,
"columnRequired": true,
"columnWidth": 180,
"sort": true,
"sortType": "person"
@ -564,7 +563,6 @@
"title": "Featuring",
"type": ["string"],
"autocomplete": true,
"columnRequired": true,
"columnWidth": 180,
"filter": true,
"sort": true,