Skip to content

Commit 0b1f9ed

Browse files
authored
Fix broken sentiment link (#1129)
1 parent 1d31fc9 commit 0b1f9ed

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

frontend/src/modules/dashboard/components/activity/dashboard-activity-sentiment.vue

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,12 @@ export default {
172172
this.$router.push({
173173
name: 'activity',
174174
query: filterQueryService().setQuery({
175+
search: '',
176+
relation: 'and',
177+
order: {
178+
prop: 'timestamp',
179+
order: 'descending',
180+
},
175181
sentiment: {
176182
value: [sentiment],
177183
include: true,

0 commit comments

Comments
 (0)