mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-08-20 20:32:56 +00:00
Remove unused JsRuntime injection from PandocDialog
This commit is contained in:
parent
7dca3a57d4
commit
6697e8a1f8
@ -20,9 +20,6 @@ public partial class PandocDialog : ComponentBase
|
|||||||
[Inject]
|
[Inject]
|
||||||
private RustService RustService { get; init; } = null!;
|
private RustService RustService { get; init; } = null!;
|
||||||
|
|
||||||
[Inject]
|
|
||||||
protected IJSRuntime JsRuntime { get; init; } = null!;
|
|
||||||
|
|
||||||
[Inject]
|
[Inject]
|
||||||
private IDialogService DialogService { get; init; } = null!;
|
private IDialogService DialogService { get; init; } = null!;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user