mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-05-22 08:32:16 +00:00
Formatting
This commit is contained in:
parent
92f223de10
commit
d2b92784f5
@ -49,4 +49,4 @@
|
|||||||
@T("Export")
|
@T("Export")
|
||||||
</MudButton>
|
</MudButton>
|
||||||
</DialogActions>
|
</DialogActions>
|
||||||
</MudDialog>
|
</MudDialog>
|
||||||
@ -80,4 +80,4 @@ public partial class DataSourceERIV1ExportDialog : MSGComponentBase
|
|||||||
private void Cancel() => this.MudDialog.Cancel();
|
private void Cancel() => this.MudDialog.Cancel();
|
||||||
|
|
||||||
private void Export() => this.MudDialog.Close(DialogResult.Ok(new DataSourceERIV1ExportDialogResult(this.includeSecret, this.usernamePasswordMode)));
|
private void Export() => this.MudDialog.Close(DialogResult.Ok(new DataSourceERIV1ExportDialogResult(this.includeSecret, this.usernamePasswordMode)));
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue
Block a user