mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
⚡ Fix button text
This commit is contained in:
@@ -60,7 +60,7 @@ export default mixins(
|
|||||||
},
|
},
|
||||||
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';
|
||||||
},
|
},
|
||||||
getProperties (): INodeProperties[] {
|
getProperties (): INodeProperties[] {
|
||||||
const returnProperties = [];
|
const returnProperties = [];
|
||||||
|
|||||||
@@ -76,7 +76,7 @@ export default mixins(genericHelpers)
|
|||||||
},
|
},
|
||||||
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';
|
||||||
},
|
},
|
||||||
getProperties (): INodePropertyCollection[] {
|
getProperties (): INodePropertyCollection[] {
|
||||||
const returnProperties = [];
|
const returnProperties = [];
|
||||||
|
|||||||
Reference in New Issue
Block a user