Removed unused code

This commit is contained in:
Thorsten Sommer 2025-12-04 19:19:24 +01:00
parent 99fa31390c
commit d406ad9aae
No known key found for this signature in database
GPG Key ID: B0B7E2FC074BF1F5

View File

@ -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);
}
}