Skip to content

Commit f0516b2

Browse files
author
Joan Reyero
authored
Removed number of activities from the organizations new and active view (#308)
1 parent 23f13fb commit f0516b2

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

frontend/src/modules/organization/store/constants.js

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,6 @@ export const INITIAL_PAGE_SIZE = 20
77
export const INITIAL_VIEW_NEW_AND_ACTIVE_FILTER = {
88
operator: 'and',
99
attributes: {
10-
activityCount: {
11-
name: 'activityCount',
12-
label: '# of activities',
13-
custom: false,
14-
props: {},
15-
defaultValue: 1000,
16-
value: 1000,
17-
defaultOperator: 'gt',
18-
operator: 'gt',
19-
type: 'number',
20-
expanded: false
21-
},
2210
joinedAt: {
2311
name: 'joinedAt',
2412
label: 'Joined date',

0 commit comments

Comments
 (0)