Various fixes

This commit is contained in:
James Cole
2022-05-07 19:26:37 +02:00
parent 2e3071d40f
commit 9020ed158c
24 changed files with 139 additions and 112 deletions

View File

@@ -84,7 +84,7 @@
</template>
<script>
import {mapGetters, useStore} from "vuex";
// import {mapGetters, useStore} from "vuex";
import Destroy from "../../api/generic/destroy";
import List from "../../api/recurring/list";
@@ -118,7 +118,7 @@ export default {
}
},
computed: {
...mapGetters('fireflyiii', ['getRange', 'getCacheKey', 'getListPageSize']),
// ...mapGetters('fireflyiii', ['getRange', 'getCacheKey', 'getListPageSize']),
},
created() {
this.pagination.rowsPerPage = this.getListPageSize;