mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-19 19:11:13 +00:00
⚡ Add first fixed collection option automatically
This commit is contained in:
@@ -79,6 +79,11 @@ export default mixins(genericHelpers)
|
|||||||
selectedOption: undefined,
|
selectedOption: undefined,
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
|
mounted() {
|
||||||
|
this.$nextTick(function () {
|
||||||
|
this.optionSelected(this.parameter.options[0].name);
|
||||||
|
});
|
||||||
|
},
|
||||||
computed: {
|
computed: {
|
||||||
getPlaceholderText (): string {
|
getPlaceholderText (): string {
|
||||||
return this.parameter.placeholder ? this.parameter.placeholder : 'Choose Option To Add';
|
return this.parameter.placeholder ? this.parameter.placeholder : 'Choose Option To Add';
|
||||||
|
|||||||
Reference in New Issue
Block a user