mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-28 22:19:41 -08:00
hide by default
This commit is contained in:
parent
a0ea038edf
commit
400a7a6455
|
@ -1396,9 +1396,9 @@ export default mixins(
|
|||
id: 'connection-actions',
|
||||
label: `<div>${getIcon('plus')}</div> <div>${getIcon('trash')}</div>`,
|
||||
cssClass: 'connection-actions',
|
||||
visible: true,
|
||||
visible: false,
|
||||
events: {
|
||||
mousedown: () => {
|
||||
mousedown: (e) => {
|
||||
// this.__removeConnectionByConnectionInfo(info, true);
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue