mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-05-21 15:12:16 +00:00
Formatting
This commit is contained in:
parent
92f223de10
commit
d2b92784f5
@ -49,4 +49,4 @@
|
||||
@T("Export")
|
||||
</MudButton>
|
||||
</DialogActions>
|
||||
</MudDialog>
|
||||
</MudDialog>
|
||||
@ -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)));
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user