fix: preserve legacy report record source accuracy
This commit is contained in:
+1
-1
@@ -577,7 +577,7 @@ export type ReportRecord = DictionaryItem & {
|
||||
statusBefore?: string | null;
|
||||
statusAfter?: string | null;
|
||||
reason?: string | null;
|
||||
sourceEntry?: 'system' | 'enterprise_signature' | 'report_task' | 'channel_report';
|
||||
sourceEntry?: 'system' | 'legacy' | 'enterprise_signature' | 'report_task' | 'channel_report';
|
||||
channel?: AdminChannel;
|
||||
task?: ReportTask;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user