mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Fix #2526
This commit is contained in:
parent
e113fea8f0
commit
a8b521bdd5
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
@ -99,6 +99,8 @@
|
|||||||
clearCategory: function () {
|
clearCategory: function () {
|
||||||
//props.value = '';
|
//props.value = '';
|
||||||
this.name = '';
|
this.name = '';
|
||||||
|
this.$refs.input.value = '';
|
||||||
|
this.$emit('input', this.$refs.input.value);
|
||||||
// some event?
|
// some event?
|
||||||
this.$emit('clear:category')
|
this.$emit('clear:category')
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user