feat: Add a feature flag for Audit Log UI (#7035)

Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
This commit is contained in:
Shivam Mishra
2023-05-08 12:44:15 -07:00
committed by GitHub
co-authored by Pranav Raj S
parent 683f259771
commit 2b88ecdfc4
5 changed files with 26 additions and 1 deletions
+1
View File
@@ -15,4 +15,5 @@ export const FEATURE_FLAGS = {
REPORTS: 'reports',
TEAM_MANAGEMENT: 'team_management',
VOICE_RECORDER: 'voice_recorder',
AUDIT_LOGS: 'audit_logs',
};