Skip to content

Commit 556a066

Browse files
author
Joan Reyero
authored
Added filter for team members (#541)
1 parent c78c65d commit 556a066

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

frontend/src/modules/dashboard/store/actions.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,9 @@ export default {
171171
period.granularity
172172
)
173173
.toISOString()
174+
},
175+
isTeamMember: {
176+
not: true
174177
}
175178
},
176179
...(platform !== 'all'

0 commit comments

Comments
 (0)