Skip to content

Commit

Permalink
Remove refinery-config (#31)
Browse files Browse the repository at this point in the history
* Remove config page reference

* Remove config change indicator
  • Loading branch information
JWittmeyer authored Nov 19, 2024
1 parent 393cbe6 commit a90abdd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions hooks/web-socket/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ export enum CurrentPage {
NOTIFICATION_CENTER = "NOTIFICATION_CENTER",
EXPORT = "EXPORT",
COMMENTS = "COMMENTS",
CONFIG = "CONFIG",
COGNITION_LAYOUT = "COGNITION_LAYOUT",
ENTRY_LAYOUT = "ENTRY_LAYOUT",
ADMIN_DASHBOARD_LAYOUT = "ADMIN_DASHBOARD_LAYOUT",
Expand Down Expand Up @@ -101,7 +100,7 @@ export const WHITELIST_LOOKUP_REFINERY = {

},
[CurrentPage.NOTIFICATION_CENTER]: {
[CurrentPageSubKey.NONE]: ['notification_created', 'project_deleted', 'config_updated', 'admin_message'],
[CurrentPageSubKey.NONE]: ['notification_created', 'project_deleted', 'admin_message'],

}
}
Expand Down

0 comments on commit a90abdd

Please sign in to comment.