mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
refactor(editor): Refine INodeUpdatePropertiesInformation type and remove unnecessary type assertions (#17783)
This commit is contained in:
@@ -295,7 +295,6 @@ function clearSelectedCredential(credentialType: string) {
|
||||
name: props.node.name,
|
||||
properties: {
|
||||
credentials,
|
||||
position: props.node.position,
|
||||
},
|
||||
};
|
||||
|
||||
@@ -412,7 +411,6 @@ function onCredentialSelected(
|
||||
name: props.node.name,
|
||||
properties: {
|
||||
credentials,
|
||||
position: props.node.position,
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user