Fixed workspace titles (#213)

This commit is contained in:
Thorsten Sommer 2024-11-16 11:59:09 +01:00 committed by GitHub
parent c4d2574508
commit 4ca5aba58f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 7 additions and 1 deletions

View File

@ -124,6 +124,10 @@ public partial class Chat : MSGComponentBase, IAsyncDisposable
{ {
this.mustLoadChat = false; this.mustLoadChat = false;
this.chatThread = await WorkspaceBehaviour.LoadChat(this.loadChat); this.chatThread = await WorkspaceBehaviour.LoadChat(this.loadChat);
if(this.chatThread is not null)
this.currentWorkspaceName = await WorkspaceBehaviour.LoadWorkspaceName(this.chatThread.WorkspaceId);
this.StateHasChanged(); this.StateHasChanged();
} }

View File

@ -178,6 +178,6 @@
"contentHash": "FHNOatmUq0sqJOkTx+UF/9YK1f180cnW5FVqnQMvYUN0elp6wFzbtPSiqbo1/ru8ICp43JM1i7kKkk6GsNGHlA==" "contentHash": "FHNOatmUq0sqJOkTx+UF/9YK1f180cnW5FVqnQMvYUN0elp6wFzbtPSiqbo1/ru8ICp43JM1i7kKkk6GsNGHlA=="
} }
}, },
"net8.0/osx-x64": {} "net8.0/osx-arm64": {}
} }
} }

View 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.