diff --git a/dashboard/src/components/chat/Chat.vue b/dashboard/src/components/chat/Chat.vue index aa1192d09..09acd1b7e 100644 --- a/dashboard/src/components/chat/Chat.vue +++ b/dashboard/src/components/chat/Chat.vue @@ -506,4 +506,4 @@ onBeforeUnmount(() => { padding: 0 !important; } } - \ No newline at end of file + diff --git a/dashboard/src/components/chat/ConversationSidebar.vue b/dashboard/src/components/chat/ConversationSidebar.vue index b2ebd3fef..5abc1bed8 100644 --- a/dashboard/src/components/chat/ConversationSidebar.vue +++ b/dashboard/src/components/chat/ConversationSidebar.vue @@ -293,3 +293,4 @@ function handleSidebarMouseLeave() { } } + diff --git a/dashboard/src/composables/useMessages.ts b/dashboard/src/composables/useMessages.ts index 3779576cd..5e1a6c7a1 100644 --- a/dashboard/src/composables/useMessages.ts +++ b/dashboard/src/composables/useMessages.ts @@ -301,3 +301,4 @@ export function useMessages( toggleStreaming }; } +