diff --git a/app/MindWork AI Studio/Assistants/AssistantBase.razor b/app/MindWork AI Studio/Assistants/AssistantBase.razor index a961587f..c1f238cd 100644 --- a/app/MindWork AI Studio/Assistants/AssistantBase.razor +++ b/app/MindWork AI Studio/Assistants/AssistantBase.razor @@ -22,12 +22,14 @@ { } +
- @if (this.ShowResult && this.resultingContentBlock is not null) - { - - }
+ + @if (this.ShowResult && this.resultingContentBlock is not null) + { + + }
diff --git a/app/MindWork AI Studio/wwwroot/changelog/v0.8.11.md b/app/MindWork AI Studio/wwwroot/changelog/v0.8.11.md index 83819611..633f9ea1 100644 --- a/app/MindWork AI Studio/wwwroot/changelog/v0.8.11.md +++ b/app/MindWork AI Studio/wwwroot/changelog/v0.8.11.md @@ -1,3 +1,4 @@ # v0.8.11, build 173 - Fixed a bug where the chats in the workspace component were not sorted by date. +- Fixed a bug where the reset function could lead to undesired behavior. - Refactored code base to improve maintainability. \ No newline at end of file