mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-28 05:59:42 -08:00
fix build issue
This commit is contained in:
parent
b2d2ad6159
commit
12569438f9
|
@ -76,7 +76,7 @@ const getInputNameOverlay = (label: string) => ([
|
||||||
{
|
{
|
||||||
id: CanvasHelpers.OVERLAY_INPUT_NAME_LABEL,
|
id: CanvasHelpers.OVERLAY_INPUT_NAME_LABEL,
|
||||||
location: CanvasHelpers.OVERLAY_INPUT_NAME_LABEL_POSITION,
|
location: CanvasHelpers.OVERLAY_INPUT_NAME_LABEL_POSITION,
|
||||||
label: label,
|
label,
|
||||||
cssClass: 'node-input-endpoint-label',
|
cssClass: 'node-input-endpoint-label',
|
||||||
visible: true,
|
visible: true,
|
||||||
},
|
},
|
||||||
|
@ -93,7 +93,7 @@ const getOutputNameOverlay = (label: string) => ([
|
||||||
{
|
{
|
||||||
id: CanvasHelpers.OVERLAY_OUTPUT_NAME_LABEL,
|
id: CanvasHelpers.OVERLAY_OUTPUT_NAME_LABEL,
|
||||||
location: [1.9, 0.5],
|
location: [1.9, 0.5],
|
||||||
label: label,
|
label,
|
||||||
cssClass: 'node-output-endpoint-label',
|
cssClass: 'node-output-endpoint-label',
|
||||||
visible: true,
|
visible: true,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue