@@ -21,12 +21,10 @@ export enum CurrentPage {
21
21
LOOKUP_LISTS_DETAILS = "LOOKUP_LISTS_DETAILS" ,
22
22
LABELING_FUNCTION = "LABELING_FUNCTION" ,
23
23
ACTIVE_LEARNING = "ACTIVE_LEARNING" ,
24
- RECORD_IDE = "RECORD_IDE" ,
25
24
EDIT_RECORDS = "EDIT_RECORDS" ,
26
25
NOTIFICATION_CENTER = "NOTIFICATION_CENTER" ,
27
26
EXPORT = "EXPORT" ,
28
27
COMMENTS = "COMMENTS" ,
29
- BRICKS_INTEGRATOR = "BRICKS_INTEGRATOR" ,
30
28
CONFIG = "CONFIG" ,
31
29
COGNITION_LAYOUT = "COGNITION_LAYOUT" ,
32
30
ENTRY_LAYOUT = "ENTRY_LAYOUT" ,
@@ -59,9 +57,6 @@ export const WHITELIST_LOOKUP_REFINERY = {
59
57
[ CurrentPageSubKey . NONE ] : [ 'label_created' , 'label_deleted' , 'attributes_updated' , 'calculate_attribute' , 'embedding_deleted' , 'embedding' , 'labeling_task_updated' , 'labeling_task_deleted' , 'labeling_task_created' , 'data_slice_created' , 'data_slice_updated' , 'data_slice_deleted' , 'information_source_created' , 'information_source_updated' , 'information_source_deleted' , 'knowledge_base_created' , 'knowledge_base_updated' , 'knowledge_base_deleted' ] ,
60
58
[ CurrentPageSubKey . GLOBAL ] : [ 'comment_created' , 'comment_updated' , 'comment_deleted' , 'project_created' , 'project_deleted' ]
61
59
} ,
62
- [ CurrentPage . BRICKS_INTEGRATOR ] : {
63
- [ CurrentPageSubKey . VARIABLE_SELECTION ] : [ 'attributes_updated' , 'calculate_attribute' , 'label_created' , 'label_deleted' , 'labeling_task_deleted' , 'labeling_task_updated' , 'labeling_task_created' , 'embedding' , 'embedding_deleted' , 'knowledge_base_deleted' , 'knowledge_base_created' ]
64
- } ,
65
60
[ CurrentPage . PROJECT_OVERVIEW ] : {
66
61
[ CurrentPageSubKey . NONE ] : [ 'label_created' , 'label_deleted' , 'labeling_task_deleted' , 'labeling_task_updated' , 'labeling_task_created' , 'weak_supervision_finished' , 'data_slice_created' , 'data_slice_updated' , 'data_slice_deleted' ]
67
62
} ,
0 commit comments