diff --git a/frontend/src/pages/Admin/Agents/index.jsx b/frontend/src/pages/Admin/Agents/index.jsx index 99c093d5cb2..0a83148b806 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 36c7a860741..c7f934a58cc 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 6c5fcfb138c..32401694e7c 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 888e5956600..107a9e22f12 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 && }