mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-04-28 21:39:46 +00:00
Fixed the missed workspace title when loading the today's bias
This commit is contained in:
parent
9f718215ea
commit
0b5c078c39
@ -124,6 +124,10 @@ public partial class Chat : MSGComponentBase, IAsyncDisposable
|
||||
{
|
||||
this.mustLoadChat = false;
|
||||
this.chatThread = await WorkspaceBehaviour.LoadChat(this.loadChat);
|
||||
|
||||
if(this.chatThread is not null)
|
||||
this.currentWorkspaceName = await WorkspaceBehaviour.LoadWorkspaceName(this.chatThread.WorkspaceId);
|
||||
|
||||
this.StateHasChanged();
|
||||
}
|
||||
|
||||
|
2
app/MindWork AI Studio/wwwroot/changelog/v0.9.21.md
Normal file
2
app/MindWork AI Studio/wwwroot/changelog/v0.9.21.md
Normal file
@ -0,0 +1,2 @@
|
||||
# v0.9.21, build 196 (2024-11-1x xx:xx UTC)
|
||||
- Fixed the missed workspace title when loading the today's bias.
|
Loading…
Reference in New Issue
Block a user