mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-12 05:17:28 -08:00
⚡ Made operations of EditImage Node sortable
This commit is contained in:
parent
95315cec60
commit
f95104bcab
|
@ -770,6 +770,7 @@ export class EditImage implements INodeType {
|
|||
type: 'fixedCollection',
|
||||
typeOptions: {
|
||||
multipleValues: true,
|
||||
sortable: true,
|
||||
},
|
||||
displayOptions: {
|
||||
show: {
|
||||
|
|
Loading…
Reference in a new issue