mirror of
https://github.com/n8n-io/n8n.git
synced 2025-02-21 02:56:40 -08:00
⚡ Make sort_by into options param
This commit is contained in:
parent
a7c6f115b8
commit
adff1eb978
|
@ -409,7 +409,7 @@ export const makeGetAllFields = (resource: CamelCaseResource) => {
|
|||
{
|
||||
displayName: 'Sort By',
|
||||
name: 'sort_by',
|
||||
type: 'multiOptions',
|
||||
type: 'options',
|
||||
typeOptions: {
|
||||
loadOptionsMethod,
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue