Skip to content
This repository was archived by the owner on Sep 3, 2025. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fixes task dashboard
  • Loading branch information
kevgliss committed Mar 10, 2022
commit 8b457a4e77de686cdb25445ba07521c4991a6800
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<v-list dense>
<v-list-item>
<v-list-item-content>
<incident-window-input v-model="filters.reported_at" />
<incident-window-input v-model="filters.created_at" />
</v-list-item-content>
</v-list-item>
<v-list-item>
Expand Down Expand Up @@ -71,7 +71,7 @@ export default {
incident_priority: [],
status: [],
tag: [],
reported_at: {
created_at: {
start: subMonths(today(), 6).toISOString().substr(0, 10),
end: today().toISOString().substr(0, 10),
},
Expand Down