Bogdan 4 weeks ago committed by GitHub
commit 86ab457a9b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -74,6 +74,17 @@ export const defaultState = {
key: 'all',
label: () => translate('All'),
filters: []
},
{
key: 'accepted',
label: translate('Accepted'),
filters: [
{
key: 'rejectionCount',
value: 0,
type: filterTypes.EQUAL
}
]
}
],

Loading…
Cancel
Save