mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-02-05 17:49:05 +00:00
Fixed workspace titles (#213)
This commit is contained in:
parent
c4d2574508
commit
4ca5aba58f
@ -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();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -178,6 +178,6 @@
|
|||||||
"contentHash": "FHNOatmUq0sqJOkTx+UF/9YK1f180cnW5FVqnQMvYUN0elp6wFzbtPSiqbo1/ru8ICp43JM1i7kKkk6GsNGHlA=="
|
"contentHash": "FHNOatmUq0sqJOkTx+UF/9YK1f180cnW5FVqnQMvYUN0elp6wFzbtPSiqbo1/ru8ICp43JM1i7kKkk6GsNGHlA=="
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"net8.0/osx-x64": {}
|
"net8.0/osx-arm64": {}
|
||||||
}
|
}
|
||||||
}
|
}
|
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