diff --git a/src/App.jsx b/src/App.jsx index 38d9bb9..3e0792c 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -1637,7 +1637,14 @@ async function createNewChat() { /> )} {activeSidebarMode === 'workflows' && ( -
Create, validate, and test native workflows in the editor.
+ )} {(activeSidebarMode === 'chats' || activeSidebarMode === 'dbs') && ( @@ -2126,8 +2133,11 @@ async function createNewChat() { {activeSidebarMode === 'workflows' && ( )} {knowledgeSaveTarget && (