mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
fix(editor): Remove NDVSubConnections component console.log (no-changelog) (#8737)
Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>
This commit is contained in:
parent
a973b9c077
commit
2c172e9fb3
|
@ -277,7 +277,6 @@ function onPlusClick(connectionType: ConnectionTypes) {
|
||||||
}
|
}
|
||||||
|
|
||||||
function showNodeInputsIssues() {
|
function showNodeInputsIssues() {
|
||||||
console.log('showNodeInputsIssues');
|
|
||||||
shouldShowNodeInputIssues.value = false;
|
shouldShowNodeInputIssues.value = false;
|
||||||
// Reset animation
|
// Reset animation
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
|
|
Loading…
Reference in a new issue