mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-12 21:37:32 -08:00
🐛 Fix bug that TextEdit did not display existing values
This commit is contained in:
parent
2f80b38762
commit
7f21f3eee7
|
@ -47,6 +47,9 @@ export default Vue.extend({
|
|||
return false;
|
||||
},
|
||||
},
|
||||
mounted () {
|
||||
this.tempValue = this.value as string;
|
||||
},
|
||||
watch: {
|
||||
dialogVisible () {
|
||||
if (this.dialogVisible === true) {
|
||||
|
|
Loading…
Reference in a new issue