This commit is contained in:
Bogdan 2024-04-19 14:59:36 -04:00 committed by GitHub
commit 86ab457a9b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 11 additions and 0 deletions

View File

@ -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
}
]
}
],