mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-20 02:01:19 +00:00
Various fixes
This commit is contained in:
@@ -132,7 +132,7 @@
|
||||
|
||||
<script>
|
||||
import Post from "../../api/webhooks/post";
|
||||
import {mapGetters} from "vuex";
|
||||
// import {mapGetters} from "vuex";
|
||||
import {getCacheKey} from "../../store/fireflyiii/getters";
|
||||
|
||||
export default {
|
||||
@@ -174,7 +174,7 @@ export default {
|
||||
},
|
||||
watch: {},
|
||||
computed: {
|
||||
...mapGetters('fireflyiii', ['getCacheKey']),
|
||||
// ...mapGetters('fireflyiii', ['getCacheKey']),
|
||||
disabledInput: function () {
|
||||
return this.submitting;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user