mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-19 11:01:15 +00:00
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