mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-08-21 04:12:56 +00:00
Applied title case
This commit is contained in:
parent
0ac54af526
commit
63a4c84772
@ -80,7 +80,7 @@ public partial class PandocDialog : ComponentBase
|
|||||||
{ "Message", message },
|
{ "Message", message },
|
||||||
};
|
};
|
||||||
|
|
||||||
var dialogReference = await this.DialogService.ShowAsync<ConfirmDialog>("Reject Pandoc's licence", dialogParameters, DialogOptions.FULLSCREEN);
|
var dialogReference = await this.DialogService.ShowAsync<ConfirmDialog>("Reject Pandoc's Licence", dialogParameters, DialogOptions.FULLSCREEN);
|
||||||
var dialogResult = await dialogReference.Result;
|
var dialogResult = await dialogReference.Result;
|
||||||
if (dialogResult is null || dialogResult.Canceled)
|
if (dialogResult is null || dialogResult.Canceled)
|
||||||
dialogReference.Close();
|
dialogReference.Close();
|
||||||
|
Loading…
Reference in New Issue
Block a user