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 4bd817c commit 63a365fCopy full SHA for 63a365f
1 file changed
src/components/BootstrapBlazor.OfficeViewer/OfficeViewer.razor.js
@@ -2,7 +2,7 @@
2
import Data from "../BootstrapBlazor/modules/data.js"
3
4
export async function init(id, invoke, options) {
5
- await addLink("./_content/BootstrapBlazor.OfficeDocumentViewer/office-viewer.css");
+ await addLink("./_content/BootstrapBlazor.OfficeViewer/office-viewer.css");
6
7
const el = document.getElementById(id);
8
const officeViewer = { el, invoke, options };
0 commit comments