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