feat: Add all filter for conversations (#3102)

This commit is contained in:
Pranav Raj S 2021-09-29 16:23:39 +05:30 committed by GitHub
parent d55a48037a
commit cc244833d0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 81 additions and 22 deletions

View file

@ -10,6 +10,7 @@ export default {
RESOLVED: 'resolved',
PENDING: 'pending',
SNOOZED: 'snoozed',
ALL: 'all',
},
};
export const DEFAULT_REDIRECT_URL = '/app/';