Skip to content

Commit

Permalink
Merge pull request #133 from FrontMen/feat/show-different-weeks-in-ti…
Browse files Browse the repository at this point in the history
…mesheets

feat: show 6 weeks before in timesheets overview
  • Loading branch information
sanderdejong88 authored Jul 2, 2021
2 parents 0ec9541 + f7dff30 commit 9d176f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/timesheets/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ export default defineComponent({
setup() {
const store = useStore<RootStoreState>();
const weeksBefore = 4;
const weeksAfter = 4;
const weeksBefore = 6;
const weeksAfter = 2;
const tableData = computed(() => store.state.timesheets.timesheetTableData);
store.dispatch("timesheets/getTableData", {
Expand Down

0 comments on commit 9d176f9

Please sign in to comment.