Make sort_by into options param

This commit is contained in:
Iván Ovejero 2021-06-01 16:48:27 +02:00
parent a7c6f115b8
commit adff1eb978

View file

@ -409,7 +409,7 @@ export const makeGetAllFields = (resource: CamelCaseResource) => {
{
displayName: 'Sort By',
name: 'sort_by',
type: 'multiOptions',
type: 'options',
typeOptions: {
loadOptionsMethod,
},