We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23f13fb commit f0516b2Copy full SHA for f0516b2
1 file changed
frontend/src/modules/organization/store/constants.js
@@ -7,18 +7,6 @@ export const INITIAL_PAGE_SIZE = 20
7
export const INITIAL_VIEW_NEW_AND_ACTIVE_FILTER = {
8
operator: 'and',
9
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
- },
22
joinedAt: {
23
name: 'joinedAt',
24
label: 'Joined date',
0 commit comments