mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-19 19:11:13 +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;
|
return false;
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
mounted () {
|
||||||
|
this.tempValue = this.value as string;
|
||||||
|
},
|
||||||
watch: {
|
watch: {
|
||||||
dialogVisible () {
|
dialogVisible () {
|
||||||
if (this.dialogVisible === true) {
|
if (this.dialogVisible === true) {
|
||||||
|
|||||||
Reference in New Issue
Block a user