mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 19:32:15 +00:00
feat(editor): Update new canvas node handle label rendering mechanism and design (no-changelog) (#10611)
This commit is contained in:
@@ -133,6 +133,12 @@ describe('useCanvasMapping', () => {
|
||||
configurable: false,
|
||||
configuration: false,
|
||||
trigger: true,
|
||||
inputs: {
|
||||
labelSize: 'small',
|
||||
},
|
||||
outputs: {
|
||||
labelSize: 'small',
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
@@ -264,6 +270,12 @@ describe('useCanvasMapping', () => {
|
||||
configurable: false,
|
||||
configuration: false,
|
||||
trigger: true,
|
||||
inputs: {
|
||||
labelSize: 'small',
|
||||
},
|
||||
outputs: {
|
||||
labelSize: 'small',
|
||||
},
|
||||
},
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user