mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-19 11:01:15 +00:00
chore: Lintfix frontend packages (#16896)
This commit is contained in:
@@ -276,7 +276,7 @@ const maxInputRun = computed(() => {
|
||||
node = activeNode.value;
|
||||
}
|
||||
|
||||
if (!node || !runData || !runData.hasOwnProperty(node.name)) {
|
||||
if (!node || !runData?.hasOwnProperty(node.name)) {
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user