mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
fix(editor): Fix typing $ in inline expression field reloading node parameters form (#6374)
* fix(editor): Fix typing `$` in inline expression field reloading node parameters form
* ⚡ Setting resource mapper empty field values to empty strings
This commit is contained in:
committed by
GitHub
parent
f61b776bea
commit
4c0d4ebd99
@@ -514,10 +514,10 @@ export default defineComponent({
|
||||
};
|
||||
},
|
||||
watch: {
|
||||
dependentParametersValues() {
|
||||
async dependentParametersValues() {
|
||||
// Reload the remote parameters whenever a parameter
|
||||
// on which the current field depends on changes
|
||||
void this.loadRemoteParameterOptions();
|
||||
await this.loadRemoteParameterOptions();
|
||||
},
|
||||
value() {
|
||||
if (this.parameter.type === 'color' && this.getArgument('showAlpha') === true) {
|
||||
|
||||
Reference in New Issue
Block a user