diff --git a/app/MindWork AI Studio/Assistants/AssistantBase.razor b/app/MindWork AI Studio/Assistants/AssistantBase.razor index 634b55e4..f5883156 100644 --- a/app/MindWork AI Studio/Assistants/AssistantBase.razor +++ b/app/MindWork AI Studio/Assistants/AssistantBase.razor @@ -73,7 +73,7 @@ { @if (this.ShowSendTo) { - + @foreach (var assistant in Enum.GetValues().Where(n => n.AllowSendTo()).OrderBy(n => n.Name().Length)) { @@ -103,7 +103,7 @@ break; case SendToButton sendToButton: - + @foreach (var assistant in Enum.GetValues().Where(n => n.AllowSendTo()).OrderBy(n => n.Name().Length)) { diff --git a/app/MindWork AI Studio/wwwroot/changelog/v0.9.37.md b/app/MindWork AI Studio/wwwroot/changelog/v0.9.37.md index 73263072..d9286b98 100644 --- a/app/MindWork AI Studio/wwwroot/changelog/v0.9.37.md +++ b/app/MindWork AI Studio/wwwroot/changelog/v0.9.37.md @@ -1,4 +1,5 @@ # v0.9.37, build 212 (2025-03-16 xx:xx UTC) - Improved the experience of the data selection component when no data sources are configured yet. - Improved the data source selection behavior when no data source is available or selected, for whatever reason. -- Moved the data source settings into the data selection component. \ No newline at end of file +- Moved the data source settings into the data selection component. +- Fixed the "send to" menu position, which was offset due to the MudBlazor 8 upgrade. \ No newline at end of file