01-09-2023
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
if (firstRender)
|
||||
{
|
||||
var module = await JS.InvokeAsync<IJSObjectReference>("import", "./js/app.js");
|
||||
await module.InvokeVoidAsync("App.loadPDFFromUrl", "#container", $"/api/download/{document.Id}");
|
||||
await module.InvokeVoidAsync("App.loadPDFFromUrl", "#container", document.Id);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user