fix: remove duplicate workspace activation flag

This commit is contained in:
OmniAI Developer
2026-06-10 10:30:53 +08:00
parent 2509925644
commit 56ed94bf43
-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 "";