diff --git a/app/MindWork AI Studio/Components/Pages/Chat.razor b/app/MindWork AI Studio/Components/Pages/Chat.razor
index 768311f3..e1c73870 100644
--- a/app/MindWork AI Studio/Components/Pages/Chat.razor
+++ b/app/MindWork AI Studio/Components/Pages/Chat.razor
@@ -37,16 +37,19 @@
-
-
-
-
- Your workspaces
-
-
-
-
-
-
-
-
\ No newline at end of file
+@if (this.SettingsManager.ConfigurationData.WorkspaceStorageBehavior != WorkspaceStorageBehavior.DISABLE_WORKSPACES)
+{
+
+
+
+
+ Your workspaces
+
+
+
+
+
+
+
+
+}
\ No newline at end of file