mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-02-13 03:21:37 +00:00
Removed unused code
This commit is contained in:
parent
99fa31390c
commit
d406ad9aae
@ -176,11 +176,7 @@ public partial class AttachDocuments : MSGComponentBase
|
||||
{
|
||||
{ x => x.FilePath, file.FullName },
|
||||
};
|
||||
|
||||
var dialogReference = await this.DialogService.ShowAsync<DocumentCheckDialog>(T("Document Preview"), dialogParameters, DialogOptions.FULLSCREEN);
|
||||
var dialogResult = await dialogReference.Result;
|
||||
//if (dialogResult is null || dialogResult.Canceled)
|
||||
// return;
|
||||
//return;
|
||||
|
||||
await this.DialogService.ShowAsync<DocumentCheckDialog>(T("Document Preview"), dialogParameters, DialogOptions.FULLSCREEN);
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user