fix(editor): Fix multi-select parameters with load options getting cleared (#9324)
This commit is contained in:
@@ -1187,6 +1187,10 @@ function onUpdateTextInput(value: string) {
|
||||
}
|
||||
|
||||
function valueChanged(value: NodeParameterValueType | {} | Date) {
|
||||
if (remoteParameterOptionsLoading.value) {
|
||||
return;
|
||||
}
|
||||
|
||||
if (props.parameter.name === 'nodeCredentialType') {
|
||||
activeCredentialType.value = value as string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user