diff --git a/ui/desktop/src/constants/events.ts b/ui/desktop/src/constants/events.ts index 69f26aeb2..026d00d02 100644 --- a/ui/desktop/src/constants/events.ts +++ b/ui/desktop/src/constants/events.ts @@ -11,7 +11,6 @@ export enum AppEvents { SESSION_STATUS_UPDATE = 'session-status-update', ADD_ACTIVE_SESSION = 'add-active-session', CLEAR_INITIAL_MESSAGE = 'clear-initial-message', - TRIGGER_NEW_CHAT = 'trigger-new-chat', MESSAGE_STREAM_FINISHED = 'message-stream-finished', SCROLL_CHAT_TO_BOTTOM = 'scroll-chat-to-bottom', HIDE_ALERT_POPOVER = 'hide-alert-popover',