refactor(editor): Refine INodeUpdatePropertiesInformation type and remove unnecessary type assertions (#17783)

This commit is contained in:
Suguru Inoue
2025-07-29 12:39:03 +02:00
committed by GitHub
parent 056302ebe5
commit 04c1121075
7 changed files with 10 additions and 30 deletions

View File

@@ -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,
},
};