Remove unused JsRuntime injection from PandocDialog

This commit is contained in:
Thorsten Sommer 2025-05-30 14:14:27 +02:00
parent 7dca3a57d4
commit 6697e8a1f8
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108

View File

@ -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!;