mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-04 12:01:57 +00:00
Fix #2493
This commit is contained in:
2
public/v1/js/app.js
vendored
2
public/v1/js/app.js
vendored
File diff suppressed because one or more lines are too long
@@ -138,12 +138,15 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
selectedItem: function (e) {
|
selectedItem: function (e) {
|
||||||
console.log('selectedItem()');
|
//console.log('In SelectedItem()');
|
||||||
if (typeof this.name === 'undefined') {
|
if (typeof this.name === 'undefined') {
|
||||||
|
//console.log('Is undefined');
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if(typeof this.name === 'string') {
|
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
|
// emit the fact that the user selected a type of account
|
||||||
// (influencing the destination)
|
// (influencing the destination)
|
||||||
|
|||||||
Reference in New Issue
Block a user