diff --git a/frontend/src/pages/Admin/Agents/index.jsx b/frontend/src/pages/Admin/Agents/index.jsx index 99c093d5c..0a83148b8 100644 --- a/frontend/src/pages/Admin/Agents/index.jsx +++ b/frontend/src/pages/Admin/Agents/index.jsx @@ -333,7 +333,7 @@ function SkillLayout({ children, hasChanges, handleSubmit, handleCancel }) { return (
+
+
+
+
+
+
+
+
+
{loading ? (
+
+
+
+
+
{loading ? (
+
{loading ? (
llm.value === selectedLLM ); return ( -
+
{loading ? (
+
+
+
{loading ? (
vdb.value === selectedVDB); return ( -
+
{loading ? (
+
); @@ -40,14 +40,14 @@ export default function InvitePage() { if (result.status === "invalid") { return ( -
+

{result.message}

); } return ( -
+
diff --git a/frontend/src/pages/Main/index.jsx b/frontend/src/pages/Main/index.jsx index 36c7a8607..c7f934a58 100644 --- a/frontend/src/pages/Main/index.jsx +++ b/frontend/src/pages/Main/index.jsx @@ -17,7 +17,7 @@ export default function Main() { return ( <> -
+
{!isMobile && }
diff --git a/frontend/src/pages/WorkspaceChat/index.jsx b/frontend/src/pages/WorkspaceChat/index.jsx index 6c5fcfb13..32401694e 100644 --- a/frontend/src/pages/WorkspaceChat/index.jsx +++ b/frontend/src/pages/WorkspaceChat/index.jsx @@ -45,7 +45,7 @@ function ShowWorkspaceChat() { return ( <> -
+
{!isMobile && }
diff --git a/frontend/src/pages/WorkspaceSettings/index.jsx b/frontend/src/pages/WorkspaceSettings/index.jsx index 888e59566..107a9e22f 100644 --- a/frontend/src/pages/WorkspaceSettings/index.jsx +++ b/frontend/src/pages/WorkspaceSettings/index.jsx @@ -73,7 +73,7 @@ function ShowWorkspaceChat() { const TabContent = TABS[tab]; return ( -
+
{!isMobile && }