Formatting

This commit is contained in:
Thorsten Sommer 2026-05-17 21:03:11 +02:00
parent 92f223de10
commit d2b92784f5
Signed by untrusted user who does not match committer: tsommer
GPG Key ID: 371BBA77A02C0108
2 changed files with 2 additions and 2 deletions

View File

@ -49,4 +49,4 @@
@T("Export")
</MudButton>
</DialogActions>
</MudDialog>
</MudDialog>

View File

@ -80,4 +80,4 @@ public partial class DataSourceERIV1ExportDialog : MSGComponentBase
private void Cancel() => this.MudDialog.Cancel();
private void Export() => this.MudDialog.Close(DialogResult.Ok(new DataSourceERIV1ExportDialogResult(this.includeSecret, this.usernamePasswordMode)));
}
}