mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-19 09:41:22 +00:00
Various fixes
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user