mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -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',
|
displayName: 'Sort By',
|
||||||
name: 'sort_by',
|
name: 'sort_by',
|
||||||
type: 'multiOptions',
|
type: 'options',
|
||||||
typeOptions: {
|
typeOptions: {
|
||||||
loadOptionsMethod,
|
loadOptionsMethod,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue