Skip to content

Commit a90abdd

Browse files
authored
Remove refinery-config (#31)
* Remove config page reference * Remove config change indicator
1 parent 393cbe6 commit a90abdd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

hooks/web-socket/constants.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ export enum CurrentPage {
2525
NOTIFICATION_CENTER = "NOTIFICATION_CENTER",
2626
EXPORT = "EXPORT",
2727
COMMENTS = "COMMENTS",
28-
CONFIG = "CONFIG",
2928
COGNITION_LAYOUT = "COGNITION_LAYOUT",
3029
ENTRY_LAYOUT = "ENTRY_LAYOUT",
3130
ADMIN_DASHBOARD_LAYOUT = "ADMIN_DASHBOARD_LAYOUT",
@@ -101,7 +100,7 @@ export const WHITELIST_LOOKUP_REFINERY = {
101100

102101
},
103102
[CurrentPage.NOTIFICATION_CENTER]: {
104-
[CurrentPageSubKey.NONE]: ['notification_created', 'project_deleted', 'config_updated', 'admin_message'],
103+
[CurrentPageSubKey.NONE]: ['notification_created', 'project_deleted', 'admin_message'],
105104

106105
}
107106
}

0 commit comments

Comments
 (0)