Skip to content

Commit 111cb3a

Browse files
committed
Adds file upload subpage
1 parent 9372894 commit 111cb3a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

hooks/web-socket/constants.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,8 @@ export const WHITELIST_LOOKUP_REFINERY = {
6464
[CurrentPage.PROJECT_SETTINGS]: {
6565
[CurrentPageSubKey.NONE]: ['project_update', 'tokenization', 'calculate_attribute', 'embedding', 'attributes_updated', 'information_source_deleted', 'information_source_updated', 'embedding_deleted', 'embedding_updated', 'upload_embedding_payload', 'label_created', 'label_deleted', 'labeling_task_deleted', 'labeling_task_updated', 'labeling_task_created'],
6666
[CurrentPageSubKey.SNAPSHOT_EXPORT]: ['project_updated', 'project_export'],
67-
[CurrentPageSubKey.EMBEDDINGS]: ['embedding_updated', 'upload_embedding_payload']
67+
[CurrentPageSubKey.EMBEDDINGS]: ['embedding_updated', 'upload_embedding_payload'],
68+
[CurrentPageSubKey.FILE_UPLOAD]: ['project_update']
6869

6970
},
7071
[CurrentPage.EXPORT]: {

0 commit comments

Comments
 (0)