mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 18:41:14 +00:00
🐛 Fix bug that TextEdit did not display existing values
This commit is contained in:
@@ -47,6 +47,9 @@ export default Vue.extend({
|
||||
return false;
|
||||
},
|
||||
},
|
||||
mounted () {
|
||||
this.tempValue = this.value as string;
|
||||
},
|
||||
watch: {
|
||||
dialogVisible () {
|
||||
if (this.dialogVisible === true) {
|
||||
|
||||
Reference in New Issue
Block a user