We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ebbd92 commit df862f5Copy full SHA for df862f5
1 file changed
src/components/BootstrapBlazor.PdfReader/PdfReader.razor.js
@@ -50,7 +50,7 @@ export async function setData(id, data) {
50
51
const { options } = pdf;
52
options.url = null;
53
- options.data = data;;
+ options.data = data;
54
await loadPdf(pdf);
55
}
56
0 commit comments