diff --git a/app/MindWork AI Studio/Assistants/AssistantBase.razor b/app/MindWork AI Studio/Assistants/AssistantBase.razor index 92ae6bff..d9bd21fb 100644 --- a/app/MindWork AI Studio/Assistants/AssistantBase.razor +++ b/app/MindWork AI Studio/Assistants/AssistantBase.razor @@ -71,7 +71,7 @@ - + @if (!this.FooterButtons.Any(x => x.Type is ButtonTypes.SEND_TO)) { diff --git a/app/MindWork AI Studio/Components/ProfileSelection.razor b/app/MindWork AI Studio/Components/ProfileSelection.razor index b33a8b42..06dd03c7 100644 --- a/app/MindWork AI Studio/Components/ProfileSelection.razor +++ b/app/MindWork AI Studio/Components/ProfileSelection.razor @@ -11,7 +11,7 @@ } else { - + } diff --git a/app/MindWork AI Studio/wwwroot/changelog/v0.9.50.md b/app/MindWork AI Studio/wwwroot/changelog/v0.9.50.md index e77c9b68..8eb7745e 100644 --- a/app/MindWork AI Studio/wwwroot/changelog/v0.9.50.md +++ b/app/MindWork AI Studio/wwwroot/changelog/v0.9.50.md @@ -5,4 +5,5 @@ - Added support for self-hosted LLMs using [vLLM](https://blog.vllm.ai/2023/06/20/vllm.html). - Improved the display of enterprise configurations on the about page; configuration details are only shown when needed. - Improved hot reloading on Unix-like systems when entire plugins were added or removed. -- Improved the German translation. \ No newline at end of file +- Improved the German translation. +- Fixed a visual bug in all assistants that occurred when no profile was selected. \ No newline at end of file