mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-10-08 19:40:21 +00:00
Fixed calling the workspace selection dialog
This commit is contained in:
parent
2a01d3bb6e
commit
7364dccde4
@ -709,7 +709,7 @@ public partial class ChatComponent : MSGComponentBase, IAsyncDisposable
|
||||
var dialogParameters = new DialogParameters<WorkspaceSelectionDialog>
|
||||
{
|
||||
{ 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") },
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user