diff --git a/app/MindWork AI Studio/Components/ChatComponent.razor.cs b/app/MindWork AI Studio/Components/ChatComponent.razor.cs index 96481bc5..e75e0ca9 100644 --- a/app/MindWork AI Studio/Components/ChatComponent.razor.cs +++ b/app/MindWork AI Studio/Components/ChatComponent.razor.cs @@ -709,7 +709,7 @@ public partial class ChatComponent : MSGComponentBase, IAsyncDisposable var dialogParameters = new DialogParameters { { x => x.Message, T("Please select the workspace where you want to move the chat to.") }, - { x => x.SelectedWorkspace, this.ChatThread?.WorkspaceId }, + { x => x.SelectedWorkspace, this.ChatThread?.WorkspaceId ?? Guid.Empty }, { x => x.ConfirmText, T("Move chat") }, };