Formatting

This commit is contained in:
Thorsten Sommer 2025-12-09 21:58:51 +01:00
parent 602448246a
commit a03890e72d
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108

View File

@ -39,6 +39,7 @@ public partial class AttachDocuments : MSGComponentBase
[Inject]
private IDialogService DialogService { get; init; } = null!;
private const Placement TOOLBAR_TOOLTIP_PLACEMENT = Placement.Top;
#region Overrides of MSGComponentBase