mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 11:22:15 +00:00
⚡ Add default polling interval (Poll trigger nodes) N8N-2874 (#2730)
* ⚡ added default polling interval to Poll trigger nodes * ⚡ added default value to polling triger
This commit is contained in:
@@ -83,6 +83,7 @@ export default mixins(genericHelpers)
|
||||
selectedOption: undefined,
|
||||
};
|
||||
},
|
||||
|
||||
computed: {
|
||||
getPlaceholderText (): string {
|
||||
const placeholder = this.$locale.nodeText().placeholder(this.parameter, this.path);
|
||||
|
||||
Reference in New Issue
Block a user