mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-22 12:11:19 +00:00
Fix #2493
This commit is contained in:
@@ -138,12 +138,15 @@
|
||||
}
|
||||
},
|
||||
selectedItem: function (e) {
|
||||
console.log('selectedItem()');
|
||||
//console.log('In SelectedItem()');
|
||||
if (typeof this.name === 'undefined') {
|
||||
//console.log('Is undefined');
|
||||
return;
|
||||
}
|
||||
if(typeof this.name === 'string') {
|
||||
console.log('Is a string.');
|
||||
//console.log('Is a string.');
|
||||
//this.trType = null;
|
||||
this.$emit('clear:value');
|
||||
}
|
||||
// emit the fact that the user selected a type of account
|
||||
// (influencing the destination)
|
||||
|
Reference in New Issue
Block a user