Compare commits

...

1 Commits

Author SHA1 Message Date
OmniAI Developer 56ed94bf43 fix: remove duplicate workspace activation flag 2026-06-10 10:39:14 +08:00
-1
View File
@@ -522,7 +522,6 @@ function WorkbenchPage({
[conversations],
);
const hasSidebarRecords = conversationRecords.length > 0;
const hasActivatedWorkspace = workspaceStarted || isGenerating || hasConversationRecords;
const activeConversationTitle = useMemo(() => {
if (!activeConversationId) return "";