We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32e1ab9 commit 2ef563eCopy full SHA for 2ef563e
app/MindWork AI Studio/Dialogs/ConfirmDialog.razor
@@ -1,9 +1,9 @@
1
@inherits MSGComponentBase
2
<MudDialog>
3
<DialogContent>
4
- <MudText Typo="Typo.body1">
+ <MudJustifiedText Typo="Typo.body1">
5
@this.Message
6
- </MudText>
+ </MudJustifiedText>
7
</DialogContent>
8
<DialogActions>
9
<MudButton OnClick="@this.Cancel" Variant="Variant.Filled">
app/MindWork AI Studio/wwwroot/changelog/v0.9.48.md
@@ -1,3 +1,4 @@
# v0.9.48, build 223 (2025-06-xx xx:xx UTC)
- Improved German translation.
+- Improved the confirmation dialog for longer texts.
- Improved how configurations are applied in organizations and made the process more robust.
0 commit comments